-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (45 loc) · 816 Bytes
/
.gitignore
File metadata and controls
58 lines (45 loc) · 816 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
# Dependencies
node_modules/
# Build output
dist/
build/
# Runtime data (contains app registry, history, runs)
data/
# Environment files
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
# Screenshots
*.png
!client/public/portos-logo.png
!docs/media/portos-logo.png
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# PM2
.pm2/
# Playwright
.playwright-mcp
# Claude worktrees
.claude/worktrees/
.worktrees/
.claude/settings.local.json
.claude/scheduled_tasks.lock
# BTW messages (ephemeral agent context, cleaned up after ingestion)
BTW.md
# Browser service node_modules (code is committed)
browser/node_modules/
# Workspace sub-package lock files (root package-lock.json is canonical)
browser/package-lock.json
client/package-lock.json
server/package-lock.json
__pycache__/