-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (50 loc) · 705 Bytes
/
.gitignore
File metadata and controls
61 lines (50 loc) · 705 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
57
58
59
60
61
# Binaries
*.exe
*.dll
*.so
*.dylib
cursor2api
# Go
vendor/
*.test
# Node
node_modules/
# IDE
.idea/
.vscode/
.cursor/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Environment
.env
.env.local
# Build
dist/
build/
*.traineddata
# Config (contains sensitive tokens, use config.yaml.example as template)
config.yaml
# Screenshots (dev artifacts)
*.png
# Test result artifacts
test/*-results*.json
test/ctf-*-results.json
# Claude local settings
.claude/
# Vue UI build output and dependencies
public/vue/
vue-ui/node_modules/
cursor2claude 重构计划.md
CLAUDE.md
config-dev.yaml
config-local.yaml
deploy-cursor2api.sh
deploy-gost.sh
docker-compose-dev.yml
docker-compose-local.yml