security: gitignore credentials, add .example.json templates

This commit is contained in:
2026-03-05 23:30:36 +00:00
parent 52a56f59f6
commit 931112e7cf
4 changed files with 12 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
# Runtime data — never commit
data/jobs_queue.json
data/applications_log.json
# User config — contains credentials, never commit
config/settings.json
config/profile.json
config/answers.json
# Templates are committed instead (see config/*.example.json)