mirror of
https://github.com/partme-ai/full-stack-skills.git
synced 2026-09-14 18:20:58 +08:00
chore: sync .gitignore
This commit is contained in:
+94
-4
@@ -1,5 +1,95 @@
|
||||
.DS_Store
|
||||
__pycache__/
|
||||
.idea/
|
||||
.vscode/
|
||||
target/
|
||||
bin/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
.flattened-pom.xml
|
||||
.fastRequest
|
||||
Cargo.lock
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
rebel.xml
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
.claude/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
|
||||
**/dependency-reduced-pom.xml
|
||||
|
||||
### Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.egg-info/
|
||||
|
||||
### Docs
|
||||
docs/_build
|
||||
.venv/
|
||||
|
||||
|
||||
# vibe coding
|
||||
.claude
|
||||
openspec
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
|
||||
##Log
|
||||
logs/
|
||||
|
||||
## Frontend (all frontend/ directories across examples and extensions)
|
||||
# Dependencies
|
||||
**/node_modules/
|
||||
# Build output
|
||||
**/dist/
|
||||
**/build/
|
||||
**/.output/
|
||||
# Vite / bundler caches
|
||||
**/.vite/
|
||||
**/.cache/
|
||||
**/.parcel-cache/
|
||||
# Type-check / tsc output
|
||||
**/*.tsbuildinfo
|
||||
# Env files (may contain secrets)
|
||||
**/.env.local
|
||||
**/.env.*.local
|
||||
# Coverage
|
||||
**/coverage/
|
||||
# Storybook
|
||||
**/storybook-static/
|
||||
# boba-tea-shop: generated static assets served by the supervisor-agent
|
||||
**/boba-tea-shop/supervisor-agent/**/static/
|
||||
|
||||
##agentscope
|
||||
.agentscope/
|
||||
|
||||
## harness db
|
||||
**/*.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user