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

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