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