Add proxy-secret to .gitignore

The proxy-secret file contains sensitive authentication data
that should never be committed to version control.
This commit is contained in:
Vladislav Yaroslavlev 2026-02-25 14:00:50 +03:00
parent 49fc11ddfa
commit 1b1bdfe99a
No known key found for this signature in database
GPG Key ID: E74236290ADCDDCD
1 changed files with 2 additions and 4 deletions

6
.gitignore vendored
View File

@ -19,7 +19,5 @@ target
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
*.rs
target proxy-secret
Cargo.lock
src