chore: add more ignore patterns to .dockerignore

This commit is contained in:
2026-06-21 01:11:19 +02:00
committed by Milas Holsting
parent 9b3f972766
commit 8e9d2586e1

View File

@@ -2,7 +2,13 @@ node_modules
dist dist
.env .env
*.db *.db
*.db-shm
*.db-journal *.db-journal
*.db-wal *.db-wal
server
main_server
create_user
*.log
*.pid
.DS_Store .DS_Store
.git .git