mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Only ignore config/ at the top
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,6 +1,8 @@
|
||||
*.pyc
|
||||
.coverage
|
||||
.env
|
||||
^config/
|
||||
build/
|
||||
coverage.xml
|
||||
dist/
|
||||
env/
|
||||
@@ -9,5 +11,3 @@ nosetests.xml
|
||||
octodns.egg-info/
|
||||
output/
|
||||
tmp/
|
||||
build/
|
||||
config/
|
||||
|
||||
Reference in New Issue
Block a user