You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
1.2 KiB
87 lines
1.2 KiB
11 months ago
|
# 前端==============================================
|
||
|
# Logs
|
||
|
**/logs/
|
||
|
**/*.log
|
||
|
**/npm-debug.log*
|
||
|
**/yarn-debug.log*
|
||
|
**/yarn-error.log*
|
||
|
**/pnpm-debug.log*
|
||
|
**/lerna-debug.log*
|
||
|
|
||
|
**/node_modules/
|
||
|
**/dist/
|
||
|
**/*.local
|
||
|
**/package-lock.json
|
||
|
**/pnpm-lock.yaml
|
||
|
**/java-src/
|
||
|
|
||
|
# Editor directories and files
|
||
|
**/.vscode/*
|
||
|
!**/.vscode/extensions.json
|
||
|
**/.idea/
|
||
|
**/*.suo
|
||
|
**/*.ntvs*
|
||
|
**/*.njsproj
|
||
|
**/*.sln
|
||
|
**/*.sw?
|
||
|
|
||
|
**/test-results/
|
||
|
**/playwright-report/
|
||
|
|
||
|
# 后端==============================================
|
||
|
# mac os 隐藏文件
|
||
|
**/.DS_Store
|
||
|
|
||
|
# 缓存缩略图文件
|
||
|
**/Thumbs.db
|
||
|
|
||
|
# gradle 文件夹
|
||
|
**/.gradle/
|
||
|
|
||
|
# svn 文件夹
|
||
|
**/.svn/
|
||
|
|
||
|
# cvs 文件夹及文件
|
||
|
**/.checkstyle
|
||
|
**/.cvsignore
|
||
|
|
||
|
# eclipse project 文件夹及文件
|
||
|
**/.settings/
|
||
|
**/.classpath
|
||
|
**/.project
|
||
|
|
||
|
# idea project 文件夹及文件
|
||
|
**/*.ipr
|
||
|
**/*.iws
|
||
|
**/*.iml
|
||
|
**/.shelf
|
||
|
|
||
|
# eclipse 构建文件夹
|
||
|
**/bin/
|
||
|
|
||
|
# idea 构建文件夹
|
||
|
**/out/
|
||
|
**/work/
|
||
|
|
||
|
# gradle 构建文件夹
|
||
|
**/build/
|
||
|
|
||
|
# spring boot 框架应用运行时自动生成的文件夹
|
||
|
**/app.*/config/
|
||
|
**/app.*/logs/
|
||
|
**/app.*/work/
|
||
|
**/app.*/tmp/
|
||
|
|
||
|
# 日志文件夹及文件
|
||
|
**/logs/
|
||
|
**/*.log
|
||
|
|
||
|
# 所有 jar 文件
|
||
|
**/*.jar
|
||
|
|
||
|
# 所有 jrebel 文件
|
||
|
**/rebel.xml
|
||
|
|
||
|
# 保留 gradle wrapper 的 jar 文件
|
||
|
!gradle/wrapper/gradle-wrapper.jar
|