security: add config files to .gitignore to prevent token leaks
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,6 @@
|
||||
/target
|
||||
IMPLEMENTATION_PLAN.md
|
||||
|
||||
# Config files (may contain GitHub tokens)
|
||||
*.toml
|
||||
config.toml
|
||||
|
||||
Reference in New Issue
Block a user