chore: ignore generated assets
6
.gitignore
vendored
@@ -2,13 +2,15 @@
|
|||||||
frontend/node_modules/
|
frontend/node_modules/
|
||||||
frontend/dist/
|
frontend/dist/
|
||||||
frontend/playwright-report/
|
frontend/playwright-report/
|
||||||
|
frontend/cypress/screenshots/
|
||||||
|
frontend/cypress/videos/
|
||||||
frontend/.vite/
|
frontend/.vite/
|
||||||
frontend/.cache/
|
frontend/.cache/
|
||||||
|
|
||||||
# backend
|
# backend
|
||||||
backend/.env
|
backend/.env
|
||||||
backend/__pycache__/
|
backend/**/*.pyc
|
||||||
backend/app/__pycache__/
|
backend/**/__pycache__/
|
||||||
backend/*.db
|
backend/*.db
|
||||||
backend/uploads/
|
backend/uploads/
|
||||||
backend/.pytest_cache/
|
backend/.pytest_cache/
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 89 KiB |