This commit is contained in:
2026-01-20 15:28:01 +08:00
commit 6df6ab856b
77 changed files with 7516 additions and 0 deletions

56
.gitignore vendored Normal file
View File

@@ -0,0 +1,56 @@
# --- Common ---
.DS_Store
Thumbs.db
Desktop.ini
*.log
*.tmp
*.bak
*.swp
# --- IDEs & Editors ---
.idea/
.vscode/
*.iml
*.ipr
*.iws
.classpath
.project
.settings/
.factorypath
# --- Java / Maven (Backend) ---
target/
*.class
*.jar
*.war
*.ear
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# --- Node / Vue (Frontend) ---
node_modules/
dist/
dist-ssr/
coverage/
*.local
.npm/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# --- Application Specific ---
# Uploaded files
uploads/
# Ignore local environment override files if any
.env.local
.env.development.local
.env.test.local
.env.production.local