git: Updated .gitignore

This commit is contained in:
2021-01-03 15:06:47 +03:00
parent 7a0b207503
commit 24b36e4ea3
2 changed files with 12 additions and 0 deletions

6
.dockerignore Normal file
View File

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

6
.gitignore vendored
View File

@@ -58,3 +58,9 @@ docs/_build/
# PyBuilder
target/
*.jsl
*.db
tmp*
test_*
.env*