-
Notifications
You must be signed in to change notification settings - Fork 614
Expand file tree
/
Copy path.gitignore
More file actions
111 lines (91 loc) · 1.57 KB
/
.gitignore
File metadata and controls
111 lines (91 loc) · 1.57 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
# compiled output
dist
tmp
out-tsc
# dependencies
node_modules
deno.lock
# IDEs and editors
/.idea
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Coverage directories (anywhere in tree)
coverage/
coverage
coverage-docker/
.nyc_output
*.lcov
lib-cov
# Logs (anywhere in tree)
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Cache directories (anywhere in tree)
.cache
.cache/
.eslintcache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.npm
.yarn-integrity
# Runtime/build artifacts (anywhere in tree)
pids
*.pid
*.pid.lock
*.seed
build/Release
*.tgz
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# TypeScript v1 declarations (anywhere in tree)
typings/
/typings
# misc
/.sass-cache
/connect.lock
/libpeerconnection.log
testem.log
# Environment files (anywhere in tree)
.env
.env.test
.env*.local
# TypeScript cache
*.tsbuildinfo
# Generated docs (anywhere in tree)
**/docs/v2
docs/v2
# release artifacts
.release-version
# System Files
.DS_Store
Thumbs.db
.tmp
.nx/cache
.nx/workspace-data
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
vite.config.*.timestamp*
vitest.config.*.timestamp*
test-output
supabase/.branches/*
supabase/.temp/*
packages/**/supabase/.temp/*
packages/**/supabase/.branches/*
# Test signing keys (generated at test runtime)
**/signing_keys.json