chore: 添加 .gitignore 配置文件

This commit is contained in:
胡海星 2025-02-23 16:38:30 +08:00
parent 083f263d09
commit d7aaaa37e2

64
.gitignore vendored
View File

@ -1,21 +1,3 @@
# Maven
target/
*.war
*.jar
*.ear
.classpath
.project
.settings/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dist/
.cache/
# IDE - VSCode # IDE - VSCode
.vscode/ .vscode/
*.code-workspace *.code-workspace
@ -27,10 +9,56 @@ dist/
*.iws *.iws
*.ipr *.ipr
# Maven
target/
*.war
*.jar
*.ear
.classpath
.project
.settings/
# Node.js
node_modules/
dist/
.cache/
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Logs # Logs
logs/ logs/
*.log *.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# OS # OS
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Build output
backend/target/
frontend/dist/
frontend/dist-ssr/
# Cursor
.cursor/
.cursorrules