项目初始化
This commit is contained in:
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
# Maven 构建产物
|
||||||
|
target/
|
||||||
|
*/target/
|
||||||
|
**/target/
|
||||||
|
|
||||||
|
# IntelliJ IDEA 配置文件
|
||||||
|
.idea/
|
||||||
|
*.iws
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
out/
|
||||||
|
|
||||||
|
# 系统临时文件
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Windows 系统文件
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# 日志文件
|
||||||
|
logs/
|
||||||
|
*.log
|
||||||
|
**/logs/
|
||||||
|
**/*.log
|
||||||
|
|
||||||
|
# 测试报告
|
||||||
|
test-reports/
|
||||||
|
surefire-reports/
|
||||||
|
failsafe-reports/
|
||||||
|
jacoco.exec
|
||||||
|
jacoco-report/
|
||||||
|
|
||||||
|
# 打包文件
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.tar.bz2
|
||||||
|
|
||||||
|
# 敏感配置文件
|
||||||
|
*.properties
|
||||||
|
*.yml
|
||||||
|
*.key
|
||||||
|
*.pem
|
Reference in New Issue
Block a user