Skip to content

Commit

Permalink
Add .dockerignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
jameeters committed Jun 21, 2017
1 parent ba64848 commit 6bfea98
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# python virtual environments
ENV
env
venv
.venv

# node packages
node_modules*

# IDE files
.idea

# OS-specific
.DS_Store

# git-related
.git
.gitignore

0 comments on commit 6bfea98

Please sign in to comment.