-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (32 loc) · 604 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (32 loc) · 604 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
.vscode/*
!.vscode/extensions.json
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
# Editor / tool metadata
.cursor/
frontend/.cursor/
.agents/
frontend/.agents/
.opencode/
frontend/.opencode/
# Playwright/Browser State
sessions/
uploads/*
!backend/uploads/.gitkeep
# Generated API schema
openapi.json
# Ignore .af files in all directories and subdirectories
**/*.af
*.af
# Environment files (do not commit secrets; .env is base template, .env.local has secrets)
.env.local
.env.*
frontend/.env.local
frontend/.env.*
*.key
# macOS metadata
.DS_Store
**/.DS_Store