-
-
Notifications
You must be signed in to change notification settings - Fork 391
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (35 loc) · 587 Bytes
/
.gitignore
File metadata and controls
43 lines (35 loc) · 587 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
# Dependencies
**/node_modules/
# Build output
**/dist/
**/.vitepress/cache/
**/dist-exe/
**/*.tsbuildinfo
hub/src/web/embeddedAssets.generated.ts
# Downloaded tools (fetched at build time)
hub/tools/tunwg/tunwg-*
hub/tools/tunwg/*.exe
# Env files (can contain secrets)
**/.env
**/.env.*
**/.env*.local
# Logs
**/*.log
**/*-debug.log
**/*-error.log
npm-debug.log*
# Coverage
coverage/
# OS / IDE
**/.DS_Store
.idea/
.vscode/
**/*.swp
**/*.swo
# Claude local settings
.claude/settings.local.json
localdocs/
execplan/
# Generated npm bundle output (local)
cli/npm/main/
.ace-tool/