Files
netdisk-fast-download/.gitignore
q 2fcf9cfab1 docs: 更新文档导航和解析器指南
- 添加演练场(Playground)文档导航区到主 README
- 新增 Python 解析器文档链接(开发指南、测试报告、LSP集成)
- 更新前端版本号至 0.1.9b19p
- 补充 Python 解析器 requests 库使用章节和官方文档链接
- 添加 JavaScript 和 Python 解析器的语言版本和官方文档
- 优化文档结构,分类为项目文档和外部资源
2026-01-11 22:35:45 +08:00

87 lines
913 B
Plaintext

# IntelliJ IDEA #
.idea/
/.idea/
*/.idea/
logs/
*/logs/
*/generated/*
*.iws
*.iml
*.ipr
# Eclipse Project files
.classpath
.project
/.settings/
.settings/
# Java class files
*.class
# Generated files
*/bin/
*/gen/
*/out/
### user ###
target/
/target/
/src/logs/
*.zip
sdkTest.log
app.yml
app-local.yml
#some local files
*/.DS_Store
.DS_Store
gradlew
gradlew.bat
unused.txt
/web-service/src/main/generated/
/db
/webroot/nfd-front/
package-lock.json
# Maven generated files
.flattened-pom.xml
**/.flattened-pom.xml
# Test files
test-filelist.java
# Temporary files
*.tmp
*.temp
*.log
*.bak
*.swp
*.swo
*~
# Node.js (if any)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# IDE specific
.vscode/
.cursor/
*.iml
*.ipr
*.iws
# GraalPy pip packages (local installation)
parser/src/main/resources/graalpy-packages/
**/graalpy-packages/