git: Improved ignores

This commit is contained in:
2021-01-03 15:08:21 +03:00
parent 24b36e4ea3
commit f003ed21cd
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
*.jsl *.jsl
*.db *.db
tmp* tmp*
venv
test_* test_*
.env* .env*
.git .git

5
.gitignore vendored
View File

@@ -58,9 +58,14 @@ docs/_build/
# PyBuilder # PyBuilder
target/ target/
# IDEA
.idea
.pytest_cache
*.jsl *.jsl
*.db *.db
tmp* tmp*
test_* test_*
.env* .env*
venv*