Update gitignore
Allow .dockerignore and .travis.yml
This commit is contained in:
parent
d504a248fb
commit
7ed6f95ee0
2 changed files with 24 additions and 0 deletions
22
.dockerignore
Normal file
22
.dockerignore
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Logs
|
||||
logs
|
||||
|
||||
# Tests
|
||||
tests
|
||||
|
||||
# Examples
|
||||
examples
|
||||
|
||||
# Docs
|
||||
docs
|
||||
|
||||
# Certs
|
||||
certs
|
||||
|
||||
.coverage
|
||||
|
||||
# Markdown
|
||||
*.md
|
||||
|
||||
# Other
|
||||
*.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue