Browse Source

Merge pull request #348 from PeterDaveHello/update-gitignore

Update .gitignore to exclude setup.py generated build dir
pull/354/head
Ross McFarland 7 years ago
committed by GitHub
parent
commit
3fd181365a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore View File

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


Loading…
Cancel
Save