chore: add more ignore patterns to .dockerignore
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user