chore: add more patterns to .gitignore for temp and local files
This commit is contained in:
parent
8c9fa7d442
commit
4af73dc232
1 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -69,3 +69,24 @@ web/backend/dist/*
|
||||||
docker/data
|
docker/data
|
||||||
|
|
||||||
.omc/
|
.omc/
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Local development
|
||||||
|
local/
|
||||||
|
local.*
|
||||||
|
|
||||||
|
# Node modules for frontend
|
||||||
|
web/frontend/node_modules/
|
||||||
|
web/frontend/dist/
|
||||||
|
web/frontend/.cache/
|
||||||
|
|
||||||
|
# Python virtual environments
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
ENV/
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue