feat :init

This commit is contained in:
2025-11-02 19:34:16 +08:00
commit b767041311
617 changed files with 124099 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# 忽略编译和构建目录
target/
usr/
node_modules/
out/
gen/
dist/
avatar/
# 忽略特定格式的文件
uploads/
audio/
vosk-model*
*.zip
*.log
*.tmp
*.swp
*.swo
# 忽略 IDE 相关文件
.idea/
*.iml
*.ipr
*.iws
# 忽略 Maven 和 Gradle 缓存
.mvn/
.mvn/wrapper/
.gradle/
# 忽略本地配置文件
application-local.properties
.vscode/
*.jar