-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
93 lines (83 loc) · 1.61 KB
/
.gitignore
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Dependencies
node_modules
.pnp
.pnp.js
package-lock.json
# Environment
.env*
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build outputs
dist
build
dev-dist
.next
out
.nitro
.output
.cache
.turbo
distTypes
# Testing
coverage
test-results
playwright-report
blob-report
playwright/.cache
# Debug logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Mobile (Expo)
.expo
expo-env.d.ts
apps/expo/ios
apps/expo/android
# IDE and OS
.DS_Store
.tool-versions
*.pem
.eslintcache
.vercel
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Project specific
apps/server/src/scripts/EmployeeDuplicateCSVs
apps/server/src/scripts/dependencyInfo
apps/server/src/scripts/dependencyCharts
apps/interface/ts-traces
apps/interface/dev-dist
apps/server/ts-traces
-auth*.json
firebaseConfig*.txt
mongoPlaygroundFiles
data-ingestion
# Generated files to ignore
app/interface/src/react-apexcharts
app/interface/src/Components/Audiogram/AudiogramSystemCheckSection.js
app/interface/src/Components/Minimals/chart/chart.tsx
app/interface/src/reportWebVitals.*
app/interface/src/service-worker.*
app/interface/src/serviceWorkerRegistration.*
app/server/src/setupTests.*
infrastructure/bin
tooling/tsup/node_modules
packages/types/node_modules
packages/types/node_modules/prettier
packages/types/node_modules/mongoose
packages/types/node_modules/.bin
apps/server/.env
apps/server/node_modules
tooling/prettier/dist
example/react-spa/node_modules
example/shared-lib/node_modules
example/express-server/src/config/drizzle
example/express-server/.tsup
example/shared-lib/drizzle
example/react-spa/src/routeTree.gen.ts