Skip to content

Commit 4477215

Browse files
committed
update .dockerignore
1 parent bebacbd commit 4477215

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.dockerignore

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
# Ignore node modules as they will be installed in the Dockerfile
2-
node_modules/
3-
4-
# Ignore local configuration and cache files
5-
.cache/
6-
.config/
7-
.DS_Store
8-
9-
# Ignore logs
10-
*.log
11-
12-
# Ignore test and development files
13-
*.md
14-
*.test.js
1+
Dockerfile
2+
.dockerignore
3+
node_modules
4+
npm-debug.log
5+
README.md
6+
.next
7+
.git

0 commit comments

Comments
 (0)