git: Improved ignores
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
*.jsl
|
||||
*.db
|
||||
tmp*
|
||||
venv
|
||||
test_*
|
||||
.env*
|
||||
.git
|
||||
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -58,9 +58,14 @@ docs/_build/
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# IDEA
|
||||
.idea
|
||||
|
||||
.pytest_cache
|
||||
*.jsl
|
||||
*.db
|
||||
tmp*
|
||||
test_*
|
||||
.env*
|
||||
venv*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user