forked from longbridge/gpui-component
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (44 loc) · 683 Bytes
/
.gitignore
File metadata and controls
56 lines (44 loc) · 683 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
49
50
51
52
53
54
55
56
/target
.DS_Store
/docks.json
/profile.json
.vscode
index.scip
*.log
node_modules/
.worktrees/
# Rust build artifacts
target/
**/target/
crates/**/target/
# Debug artifacts
**/*.rs.bk
*.pdb
# IDEs
.idea/
.idea/vcs.xml
.vscode/
*.swp
*.swo
*~
# Cargo lock for libraries (keep for binaries)
# Cargo.lock is already tracked, so commenting this out
# Cargo.lock
# Backup files
*.bak
*.tmp
# OS specific
Thumbs.db
.Spotlight-V100
.Trashes
# Environment variables
.env
.env.local
.env.*.local
# Local-only scripts
/supabase.sql
# AI Coding 生成的提交文档
commit-info.md
# macOS 应用图标(二进制资源,单独提交)
resources/macos/OnetCli.icns
.superpowers/