-
-
Notifications
You must be signed in to change notification settings - Fork 218
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (46 loc) · 704 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (46 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.idea
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
certs/
.DS_Store
.cursor
AGENTS.md
# CLAUDE.md - project documentation (committed)
CLAUDE.local.md # User-specific customizations (ignored)
.byebug_history
node_modules
.env
public/js/bundle.js
.aider*
.claude*
backend/coverage/
# User uploaded files
backend/uploads/
uploads/
# Backup files
backend/backups/
# Docker volumes
tududi_db/
# 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
# Test files
backend/tests/test-files/
# Temporary files
tmp/
*.bak