File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+ CLAUDE.md
4+
5+ postgres-data
16# dependencies
2- / node_modules
3- / .pnp
7+ node_modules
8+ .pnp
49.pnp.js
5- .yarn /install-state.gz
610
711# testing
8- / coverage
12+ coverage
913
1014# next.js
11- /.next /
12- /out /
15+ .next /
16+ out /
17+ dist
18+ packages /** /dist
1319
14- # production
15- /build
20+ # Tailwind
21+ apps /** /styles /tailwind.css
22+ packages /** /styles /tailwind.css
1623
1724# misc
1825.DS_Store
@@ -24,12 +31,32 @@ yarn-debug.log*
2431yarn-error.log *
2532
2633# local env files
27- .env * .local
28- .env
29-
30- # vercel
34+ .env.docker
35+ .docker /* .env
36+ .env.local
37+ .env.development.local
38+ .env.test.local
39+ .env.production.local
40+
41+ # turbo
42+ .turbo
3143.vercel
32-
33- # typescript
44+ .cache
45+ .env
46+ .output
47+ apps /** /public /build
48+ .tests-container-id.txt
49+ .sentryclirc
50+ .buildt
51+
52+ ** /tmp /
53+ /test-results /
54+ /playwright-report /
55+ /playwright /.cache /
56+
57+ .cosine
58+ .trigger
59+ .tshy *
60+ .yarn
3461* .tsbuildinfo
35- next-env.d.ts
62+ .claude
You can’t perform that action at this time.
0 commit comments