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
*.db
tmp*
venv
test_*
.env*
.git

5
.gitignore vendored
View File

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