-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (40 loc) · 715 Bytes
/
.gitignore
File metadata and controls
48 lines (40 loc) · 715 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
44
45
46
47
48
# Rust build output
/target/
**/target/
# Cargo lock is committed for binaries, not libraries
# (kept here since rustunnel-server is a binary workspace)
# Editor and IDE
.idea/
.vscode/
*.iml
*.swp
*.swo
*~
.DS_Store
# Environment and secrets
.env
.env.*
*.pem
*.key
*.crt
*.p12
*.pfx
# Logs
*.log
logs/
# Database files
*.db
*.sqlite
*.sqlite3
# Test artifacts
/test-certs/
/tmp/
# Dashboard UI — npm artifacts only; built assets ARE committed so
# `cargo build` works without a Node.js toolchain installed.
# Run `make ui-build` to regenerate assets after UI changes.
dashboard-ui/node_modules/
dashboard-ui/.next/
dashboard-ui/out/
dashboard-ui/dist/
# Claude Code project memory (local only)
.claude/