tududi/.gitignore
2025-10-02 12:20:45 +03:00

45 lines
473 B
Text

.idea
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
certs/
.DS_Store
.cursor
AGENTS.md
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