Sfoglia il codice sorgente

chore: sync .gitignore

wandl-6A72h 3 mesi fa
parent
commit
38d54d5660
1 ha cambiato i file con 92 aggiunte e 2 eliminazioni
  1. 92 2
      .gitignore

+ 92 - 2
.gitignore

@@ -1,5 +1,95 @@
+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__/
-.idea/
-.vscode/
+*.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