Skip to content

Commit

Permalink
add dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed May 7, 2020
1 parent 69a2a21 commit 102dc51
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Linux
*~
.directory
.Trash-*
**/packages

# OSX
.DS_Store
._*
.TemporaryItems
.Trashes

# Git
.git
.gitignore

# CI
.jenkins

# Vendored Dependencies
vendor/

# Docs
**/*.md
**/*.rst
NOTICE

0 comments on commit 102dc51

Please sign in to comment.