Unified gitignore

This commit is contained in:
Unrud 2020-03-02 02:43:00 +01:00
parent 28a4238605
commit 849b84180c

3
.gitignore vendored
View File

@ -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