1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #348 from PeterDaveHello/update-gitignore

Update .gitignore to exclude setup.py generated build dir
This commit is contained in:
Ross McFarland
2019-04-23 12:07:52 -07:00
committed by GitHub

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
.coverage
.env
/config/
/build/
coverage.xml
dist/
env/