24 lines
182 B
Plaintext
24 lines
182 B
Plaintext
# Secrets - never commit
|
|
.env
|
|
*.env
|
|
!.env.example
|
|
|
|
# Docker runtime
|
|
**/acme.json
|
|
**/logs/
|
|
**/*.log
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# MkDocs
|
|
site/
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|