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
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,6 +7,8 @@ __pycache__
|
||||||
# Except .
|
# Except .
|
||||||
!.github/
|
!.github/
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.dockerignore
|
||||||
|
!.travis.yml
|
||||||
|
|
||||||
# Ignore items in test (report, cache, etc), except files starting with test
|
# Ignore items in test (report, cache, etc), except files starting with test
|
||||||
tests/*
|
tests/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue