Skip to content

Commit

Permalink
Add .gitignore and .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejarvis committed Sep 17, 2019
1 parent 090d90b commit f2a353f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ignore all files by default
*
# Include required files via exceptions
!entrypoint.sh
!LICENSE.md
!README.md
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.DS_Store

report/
dist/

0 comments on commit f2a353f

Please sign in to comment.