Add .gitignore to prevent committing secrets
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
|||||||
|
# Git configuration
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
secrets/
|
||||||
|
keys/
|
||||||
|
*.key
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
.dockerignore
|
||||||
|
|
||||||
|
# Local overrides
|
||||||
|
docker-compose.override.yml
|
||||||
|
local/
|
||||||
Reference in New Issue
Block a user