xinli/.gitignore
2026-01-30 16:23:00 +08:00

123 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

######################################################################
# Build Tools
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
target/
!.mvn/wrapper/maven-wrapper.jar
######################################################################
# IDE
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### JRebel ###
rebel.xml
### NetBeans ###
nbproject/private/
build/*
nbbuild/
dist/
nbdist/
.nb-gradle/
### VS Code ###
.vscode/
######################################################################
# Node.js / Frontend Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
.pnpm-debug.log*
# Frontend Build Output
dist/
*.local
######################################################################
# RAG Python Service - 大文件和运行时数据
rag-python/index_data/
rag-python/knowledge_docs/
rag-python/uploads/
rag-python/__pycache__/
rag-python/*.pyc
rag-python/*.bat
######################################################################
# Android App Build Output
xinli-App/build/
xinli-App/app/build/
xinli-App/.gradle/
xinli-App/local.properties
xinli-App/*.keystore
xinli-App/*.jks
# Android App 临时文档和脚本
xinli-App/*.md
xinli-App/*.bat
xinli-App/*.txt
######################################################################
# PaddleSpeech - 大型第三方库
PaddleSpeech-develop/
######################################################################
# 项目介绍目录(本地文档)
# 项目介绍/ # 已取消忽略需要上传到Git
######################################################################
# 临时文档和调试文件(根目录下的中文 md/sql/bat 文件)
/*.md
/*.sql
/*.bat
/*.txt
# 保留重要的文档
!README.md
!LICENSE
######################################################################
# 大文件
*.pdf
*.zip
*.rar
*.7z
*.tar.gz
*.exe
*.dll
*.so
*.dylib
######################################################################
# Others
*.log
*.xml.versionsBackup
*.swp
*.tmp
*.temp
.DS_Store
Thumbs.db
!*/build/*.java
!*/build/*.html
!*/build/*.xml