Merge origin/development into fix/bug-pedimento
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
@@ -48,13 +49,15 @@ logs/
|
||||
*.sqlite3
|
||||
|
||||
# Testing
|
||||
backend/app_data/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
backend/app_data/
|
||||
|
||||
# Node (para frontend)
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
**/.svelte-kit/
|
||||
.npm
|
||||
.yarn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user