Add gitignore for sensitive files and Docker Compose path fix script
- Add ACCOUNTS.txt and other sensitive files to .gitignore - Add fix-paths.sh script for correcting Docker Compose volume paths - Prevent accidental commit of passwords and API tokens
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,3 +1,9 @@
|
||||
# Sensitive files
|
||||
ACCOUNTS.txt
|
||||
*.key
|
||||
*.pem
|
||||
*.p12
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user