121 lines
1.5 KiB
Plaintext
121 lines
1.5 KiB
Plaintext
target/
|
|
**.db
|
|
logs/
|
|
ui
|
|
node_modules
|
|
upload-files/
|
|
demo*
|
|
gen-java
|
|
*.class
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
.svn
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea/*
|
|
!.idea/vcs.xml
|
|
!.idea/icon.png
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
dist/
|
|
build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*/.DS_Store
|
|
**/*.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
*.orig
|
|
*.rej
|
|
**/.keep
|
|
*.sdf
|
|
*.suo
|
|
*.vcxproj.user
|
|
*.swp
|
|
*.log
|
|
*.pyc
|
|
|
|
# maven ignore
|
|
apache-hugegraph-*/
|
|
output/
|
|
*.war
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz*
|
|
tree.txt
|
|
*.versionsBackup
|
|
.flattened-pom.xml
|
|
**/dependency-reduced-pom.xml
|
|
install-dist/dist.sh
|
|
|
|
|
|
# eclipse ignore
|
|
.settings/
|
|
|
|
# temp ignore
|
|
*.cache
|
|
*.diff
|
|
*.patch
|
|
*.tmp
|
|
|
|
# system ignore
|
|
Thumbs.db
|
|
hs_err_pid*
|
|
# mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
# blueJ files
|
|
*.ctxt
|
|
|
|
# docker volumes ignore
|
|
hugegraph-server/hugegraph-dist/docker/data/
|
|
|
|
# AI-IDE prompt files (We only keep AGENTS.md, other files could soft-linked it when needed)
|
|
# Serena MCP memories
|
|
.serena/*
|
|
!.serena/project.yml
|
|
!.serena/memories/
|
|
.mcp.json
|
|
# Claude Projects
|
|
CLAUDE.md
|
|
CLAUDE_*.md
|
|
# Gemini/Google
|
|
GEMINI.md
|
|
# GitHub Copilot / Microsoft
|
|
copilot-instructions.md
|
|
.copilot-instructions.md
|
|
# Cursor IDE
|
|
cursor-instructions.md
|
|
.cursor-instructions.md
|
|
cursor.md
|
|
# Windsurf/Codeium
|
|
windsurf.md
|
|
windsurf-instructions.md
|
|
codeium.md
|
|
codeium-instructions.md
|
|
# Other AI coding assistants
|
|
.ai-instructions.md
|
|
*.ai-prompt.md
|
|
WARP.md
|
|
.mcp.json
|