tududi/.gitignore
Chris 7d34694c83
Add more e2e tests (#299)
* Add inbox tests

* Add tasks e2e tests

* Add projects e2e tests

* Add area e2e tests

* Add note e2e tests

* Add tags e2e tests
2025-09-05 11:07:05 +03:00

44 lines
463 B
Text

.idea
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
certs/
.DS_Store
.cursor
CLAUDE.local.md
.byebug_history
node_modules
.env
public/js/bundle.js
.aider*
.claude*
backend/coverage/
# User uploaded files
backend/uploads/
# Log files
*.log
server.log
backend/server.log
# Build output
dist/
build/
backend/dist/
# Webpack output
public/assets/
# TypeScript build info
.tsbuildinfo
# Webpack cache
.webpack/
# Playwright test results
test-results/
.last-run.json