File tree Expand file tree Collapse file tree 9 files changed +57
-470
lines changed Expand file tree Collapse file tree 9 files changed +57
-470
lines changed Original file line number Diff line number Diff line change 77
88# dependencies
99node_modules
10+ deno.lock
1011
1112# IDEs and editors
1213/.idea
14+ .idea /
1315.project
1416.classpath
1517.c9 /
@@ -24,16 +26,62 @@ node_modules
2426! .vscode /launch.json
2527! .vscode /extensions.json
2628
29+ # Coverage directories (anywhere in tree)
30+ coverage /
31+ coverage
32+ .nyc_output
33+ * .lcov
34+ lib-cov
35+
36+ # Logs (anywhere in tree)
37+ * .log
38+ logs /
39+ npm-debug.log *
40+ yarn-debug.log *
41+ yarn-error.log *
42+ lerna-debug.log *
43+
44+ # Cache directories (anywhere in tree)
45+ .cache
46+ .cache /
47+ .eslintcache
48+ .rpt2_cache /
49+ .rts2_cache_cjs /
50+ .rts2_cache_es /
51+ .rts2_cache_umd /
52+ .npm
53+ .yarn-integrity
54+
55+ # Runtime/build artifacts (anywhere in tree)
56+ pids
57+ * .pid
58+ * .pid.lock
59+ * .seed
60+ build /Release
61+ * .tgz
62+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
63+
64+ # TypeScript v1 declarations (anywhere in tree)
65+ typings /
66+ /typings
67+
2768# misc
2869/.sass-cache
2970/connect.lock
30- /coverage
3171/libpeerconnection.log
32- npm-debug.log
33- yarn-error.log
3472testem.log
35- /typings
73+
74+ # Environment files (anywhere in tree)
3675.env
76+ .env.test
77+ .env * .local
78+
79+ # TypeScript cache
80+ * .tsbuildinfo
81+
82+ # Generated docs (anywhere in tree)
83+ ** /docs /v2
84+ docs /v2
3785
3886# release artifacts
3987.release-version
@@ -51,3 +99,6 @@ Thumbs.db
5199vite.config. * .timestamp *
52100vitest.config. * .timestamp *
53101test-output
102+
103+ supabase /.branches
104+ supabase /.temp
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments