Skip to content

Commit a6c82a5

Browse files
committed
perf: remove test files and specify root files to docker ignore
1 parent e4005aa commit a6c82a5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Diff for: .dockerignore

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
node_modules
2-
npm-debug.log
3-
.github
4-
.git
5-
fixtures
6-
.gitignore
1+
/node_modules
2+
/npm-debug.log
3+
/.github
4+
/.git
5+
/fixtures
6+
/.gitignore
7+
*.test.js

0 commit comments

Comments
 (0)