Skip to content

Commit

Permalink
Add dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nottrobin committed Sep 26, 2017
1 parent 356668e commit 87e20ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dockerignore
@@ -0,0 +1,14 @@
# Don't include caches, logs and documentation
cache.sqlite
*.log
README.md
HACKING.md

# The run script isn't needed
run

# Node is only needed for building, not running
package.json
node_modules
yarn.lock

0 comments on commit 87e20ea

Please sign in to comment.