ajustement du .gitignore
This commit is contained in:
+5
-3
@@ -1,11 +1,13 @@
|
|||||||
.env
|
.env
|
||||||
.env.*
|
|
||||||
instance/
|
instance/
|
||||||
|
*.db
|
||||||
|
|
||||||
documents/
|
documents/
|
||||||
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.db
|
|
||||||
team_tryouts.db
|
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.coverage
|
.coverage
|
||||||
htmlcov/
|
htmlcov/
|
||||||
|
|||||||
Reference in New Issue
Block a user