security: ignore config.toml to prevent token leaks

This commit is contained in:
2026-03-23 17:52:14 +02:00
parent 9b31be5457
commit 23775e3c67

6
.gitignore vendored
View File

@@ -1,2 +1,8 @@
/target /target
IMPLEMENTATION_PLAN.md IMPLEMENTATION_PLAN.md
# Config files that may contain GitHub tokens
# Note: User config files are stored in platform-specific directories outside the repo
# (e.g., ~/.config/gh-celebs/config.toml on Linux)
# This prevents accidental commits if someone creates config.toml in the project root
/config.toml