Skip to content

Commit 8ac05a4

Browse files
chore: add dockerignore to containerize unnecessary files (#30)
1 parent 3eef222 commit 8ac05a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.dockerignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*
2+
!src
3+
!views
4+
!app.js
5+
!package*.json
6+
!tsconfig.json
7+
!test

0 commit comments

Comments
 (0)