mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 06:51:08 -05:00
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:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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***
|
||||
Reference in New Issue
Block a user