Skip to content

Commit

Permalink
Add .dockerignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdal committed Nov 19, 2015
1 parent 4782756 commit e37df27
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@
.*
!.bowerrc
*.sqlite
media
node_modules
static
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
!.bowerrc
!.buildpacks
!.coveragerc
!.dockerignore
!.gitignore
!.travis*
*.css
Expand Down

0 comments on commit e37df27

Please sign in to comment.