-
Notifications
You must be signed in to change notification settings - Fork 655
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (41 loc) · 803 Bytes
/
.gitignore
File metadata and controls
48 lines (41 loc) · 803 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
.vscode/
.DS_Store
node_modules/
/.cache
/services/site/.cache/
/.nx
/build
/server-build
/public/build
/services/site/build
/services/site/server-build
/services/site/public/build
/coverage
tsconfig.tsbuildinfo
*.tsbuildinfo
/prisma/sqlite.db
/prisma/sqlite.db-journal
/app/utils/prisma-generated.server
/services/site/prisma/sqlite.db
/services/site/prisma/sqlite.db-journal
/services/site/app/utils/prisma-generated.server
other/postcss.ignored
*.local.*
.env
.env.production
.envrc
/test-results/
/playwright-report/
/playwright/.cache/
/other/cache.db
/services/site/test-results/
/services/site/playwright-report/
/services/site/playwright/.cache/
/services/site/other/cache.db
*.bkp.*
*.heapsnapshot
*.db-journal
.wrangler
other/wrangler-logs/
.react-router/
/services/site/.react-router/