Security: Remove sensitive files from git tracking and update .gitignore

- Remove scripts/systemd/thrillwiki-automation.env from git tracking
- Remove scripts/systemd/thrillwiki-deployment.env from git tracking
- Update .gitignore to prevent future commits of sensitive environment files
- Add patterns for systemd environment files and other potential secrets

These files contained sensitive configuration that should not be in version control.
This commit is contained in:
pacnpal
2025-08-20 10:28:51 -04:00
parent f5db23a791
commit 46c6e45eae
3 changed files with 6 additions and 525 deletions

7
.gitignore vendored
View File

@@ -389,4 +389,9 @@ Temporary Items
logs/
profiles
.thrillwiki-github-token
.thrillwiki-template-config
.thrillwiki-template-config
# Environment files with potential secrets
scripts/systemd/thrillwiki-automation***REMOVED***
scripts/systemd/thrillwiki-deployment***REMOVED***
scripts/systemd/****REMOVED***