Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 58s
25 lines
252 B
Plaintext
25 lines
252 B
Plaintext
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# IDE/Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker volumes
|
|
data/
|
|
|
|
# Configuration files that might contain secrets
|
|
config/*.json
|
|
!config/README.md
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|