add 'build' to .gitignore
This commit is contained in:
parent
81008c4562
commit
ec4c91c20e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.egg-info
|
*.egg-info
|
||||||
dist/*
|
dist/*
|
||||||
|
build/*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.watchr
|
.watchr
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user