mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
organize .gitignore (#206)
* organize .gitignore * stop ignoring CODE_OF_CONDUCT.md --------- Co-authored-by: yun-zhi-ztl <yunzhi@yunzhideMac-mini.local>
This commit is contained in:
parent
1233354087
commit
dce445a1e8
1 changed files with 28 additions and 29 deletions
57
.gitignore
vendored
57
.gitignore
vendored
|
|
@ -2,83 +2,82 @@
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editors / IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
# Editors / IDEs / local tooling
|
||||
.claude/
|
||||
*.iml
|
||||
*.swp
|
||||
*.swo
|
||||
.idea/
|
||||
.omc
|
||||
.vscode/
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
*.iml
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Environment / local config
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
.dev/
|
||||
.memory/
|
||||
*.local.json
|
||||
|
||||
# Java / Spring Boot
|
||||
target/
|
||||
build/
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
target/
|
||||
*.class
|
||||
*.ear
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# Keep wrapper binaries/config in VCS
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!mvnw
|
||||
!mvnw.cmd
|
||||
|
||||
# React / frontend
|
||||
node_modules/
|
||||
dist/
|
||||
coverage/
|
||||
# Frontend / Node.js
|
||||
.cache/
|
||||
.eslintcache
|
||||
.parcel-cache/
|
||||
.vite/
|
||||
.eslintcache
|
||||
coverage/
|
||||
dist/
|
||||
node_modules/
|
||||
*.tsbuildinfo
|
||||
package-lock.json
|
||||
|
||||
# Playwright
|
||||
**/.playwright/
|
||||
**/playwright-report/
|
||||
**/test-results/
|
||||
**/.playwright/
|
||||
|
||||
# Temporary files
|
||||
# Python / temporary files
|
||||
*.py[cod]
|
||||
.tmp/
|
||||
tmp/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Git worktrees
|
||||
.worktrees/
|
||||
|
||||
# Local dev runtime
|
||||
.dev/
|
||||
|
||||
# Superpowers (AI planning artifacts)
|
||||
docs/superpowers/
|
||||
.superpowers/
|
||||
docs/review/
|
||||
docs/requirements/
|
||||
docs/prds/
|
||||
docs/requirements/
|
||||
docs/review/
|
||||
docs/superpowers/
|
||||
|
||||
# oh-my-claudecode
|
||||
.omc
|
||||
|
||||
#local
|
||||
*.local.json
|
||||
# Local workspace metadata
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue