chore: ignore generated assets
6
.gitignore
vendored
@@ -2,13 +2,15 @@
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/playwright-report/
|
||||
frontend/cypress/screenshots/
|
||||
frontend/cypress/videos/
|
||||
frontend/.vite/
|
||||
frontend/.cache/
|
||||
|
||||
# backend
|
||||
backend/.env
|
||||
backend/__pycache__/
|
||||
backend/app/__pycache__/
|
||||
backend/**/*.pyc
|
||||
backend/**/__pycache__/
|
||||
backend/*.db
|
||||
backend/uploads/
|
||||
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 |