Skip to content

Commit

Permalink
add rule to ignore dev keys during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Black committed Aug 9, 2021
1 parent 11e53c4 commit a7743e1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#ignore all by default
# ignore all by default
*

.vs
.git

#include only lib & web folders
# include only lib & web folders
!/lib
!/web
!/*.md
/web/node_modules

# but still ignore this stuff
/web/node_modules
**/*.pem

0 comments on commit a7743e1

Please sign in to comment.