forked from iflytek/skillhub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (73 loc) · 951 Bytes
/
.gitignore
File metadata and controls
84 lines (73 loc) · 951 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# OS files
.DS_Store
Thumbs.db
# Editors / IDEs / local tooling
.claude/
.codex/
.idea/
.omc
.vscode/
.classpath
.project
.settings/
*.iml
*.swp
*.swo
# Logs
*.log
logs/
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment / local config
.env
.env.*
!.env.example
!.env.*.example
.dev/
.memory/
*.local.json
# Java / Spring Boot
.gradle/
build/
out/
target/
*.class
*.ear
*.jar
*.war
# Keep wrapper binaries/config in VCS
!gradle/wrapper/gradle-wrapper.jar
!mvnw
!mvnw.cmd
# Frontend / Node.js
.cache/
.eslintcache
.parcel-cache/
.vite/
coverage/
dist/
node_modules/
*.tsbuildinfo
package-lock.json
# Playwright
**/.playwright/
**/playwright-report/
**/test-results/
# Python / temporary files
*.py[cod]
.tmp/
tmp/
__pycache__/
# Git worktrees
.worktrees/
# Superpowers (AI planning artifacts)
.superpowers/
docs/prds/
docs/requirements/
docs/review/
docs/superpowers/
# Local workspace metadata
AGENTS.md
CLAUDE.md