Skip to content

Commit fa60b30

Browse files
committed
Only allow certain files to be copied in
1 parent 384a9c7 commit fa60b30

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.dockerignore

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
.git
2-
node_modules
3-
*.png
4-
screenshots
1+
# Ignore everything
2+
**
3+
4+
# Except
5+
!generate-cert.sh
6+
!index.js
7+
!package.json
8+
!package-lock.json

0 commit comments

Comments
 (0)