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 Dockerfile
node_modules/ .dockerignore
node_modules
# Ignore local configuration and cache files npm-debug.log
.cache/ README.md
.config/ .next
.DS_Store .git
# Ignore logs
*.log
# Ignore test and development files
*.md
*.test.js