mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-12 22:34:03 +00:00
Update .gitignore
This commit is contained in:
+24
@@ -1 +1,25 @@
|
||||
# Secrets
|
||||
.env
|
||||
*.env
|
||||
secrets/
|
||||
credentials/
|
||||
tokens/
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Local configs
|
||||
local/
|
||||
private/
|
||||
|
||||
Reference in New Issue
Block a user