Merge pull request #243 from vladon/add-proxy-secret-to-gitignore

Add proxy-secret to .gitignore
This commit is contained in:
Alexey 2026-02-25 14:16:31 +03:00 committed by GitHub
commit a66d5d56bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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