Unified gitignore
This commit is contained in:
parent
28a4238605
commit
849b84180c
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,6 +7,7 @@ __pycache__
|
|||||||
/build
|
/build
|
||||||
/dist
|
/dist
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
|
/_site
|
||||||
|
|
||||||
coverage.xml
|
coverage.xml
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
@ -19,3 +20,5 @@ coverage.xml
|
|||||||
.settings
|
.settings
|
||||||
.tox
|
.tox
|
||||||
.vscode
|
.vscode
|
||||||
|
.sass-cache
|
||||||
|
Gemfile.lock
|
||||||
|
Loading…
Reference in New Issue
Block a user