update .dockerignore

This commit is contained in:
AykutSarac 2024-10-31 18:06:20 +03:00
parent bebacbd585
commit 447721517a
No known key found for this signature in database

View File

@ -1,14 +1,7 @@
# Ignore node modules as they will be installed in the Dockerfile
node_modules/
# Ignore local configuration and cache files
.cache/
.config/
.DS_Store
# Ignore logs
*.log
# Ignore test and development files
*.md
*.test.js
Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
.next
.git