Compare commits
1 Commits
main
...
bfa041eb97
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfa041eb97 |
25
.dockerignore
Normal file
25
.dockerignore
Normal file
@@ -0,0 +1,25 @@
|
||||
# version control / editor / OS
|
||||
.git/
|
||||
.gitignore
|
||||
.github/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# local SQLite + sidecars (DB lives at /data in the container)
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.db-journal
|
||||
remote-db/
|
||||
|
||||
# secrets — provide via the orchestrator's env config, not baked into the image
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# admin / dev-only scripts (run locally, not in prod containers)
|
||||
scripts/
|
||||
|
||||
# logs and caches
|
||||
*.log
|
||||
.cache/
|
||||
Reference in New Issue
Block a user