1
0
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:
Ross McFarland
2017-12-02 11:45:11 -08:00
parent 3d0f5aeca0
commit 1a9d8541ad

4
.gitignore vendored
View File

@@ -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/