-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (26 loc) · 587 Bytes
/
.gitignore
File metadata and controls
28 lines (26 loc) · 587 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
node_modules
.next
.open-next
.wrangler
.DS_Store
dist
coverage
reports
test-results
.build-content-index.lock/
TASKS.md
.internal/
.dev.vars
.dev.vars.*
.env.local
.env.*.local
docs/jobs-listings-private-flow.md
integrations/raycast/package.json.dev-backup
# Ensure first-party package assets remain tracked even if a global ignore has *.zip
!content/skills/*.zip
!content/mcp/*.mcpb
apps/web/public/downloads/skills/*.zip
apps/web/public/downloads/mcp/*.mcpb
# D1 schema migrations must stay tracked even if a global ignore has *.sql
!apps/web/migrations/
!apps/web/migrations/*.sql