Ignore build and dist directories
This commit is contained in:
parent
7f0735f429
commit
6fa431e837
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
/cache/*
|
/cache/*
|
||||||
/data/*
|
/data/*
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
|
Loading…
Reference in a new issue