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

Update .gitignore to exclude setup.py generated build dir

This commit is contained in:
Peter Dave Hello
2019-04-18 02:59:44 +08:00
parent a0bd756c09
commit 9d730ce0c0

1
.gitignore vendored
View File

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