init commit
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 58s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 58s
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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/
|
Reference in New Issue
Block a user