git: Improved ignores
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
*.jsl
|
*.jsl
|
||||||
*.db
|
*.db
|
||||||
tmp*
|
tmp*
|
||||||
|
venv
|
||||||
test_*
|
test_*
|
||||||
.env*
|
.env*
|
||||||
.git
|
.git
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user