This commit is contained in:
parent
7894f47de4
commit
54422b1110
|
|
@ -0,0 +1,60 @@
|
|||
# [ java 字节码 ]
|
||||
*.class
|
||||
|
||||
# [ 日志文件 ]
|
||||
*.log
|
||||
|
||||
# [ 打包压缩文件 ]
|
||||
#*.jar
|
||||
*.war
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# [ java 虚拟机异常日志 see http://www.java.com/en/download/help/error_hotspot.xml ]
|
||||
hs_err_pid*
|
||||
|
||||
# [ 操作系统缓存和备份 ]
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
|
||||
# [ eclipse ]
|
||||
.metadata
|
||||
bin/
|
||||
.settings
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# [ IDEA ]
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# [ MAVEN ]
|
||||
target/
|
||||
|
||||
# [Jrebel]
|
||||
rebel.xml
|
||||
|
||||
# ################################################ 前端 ###################
|
||||
# [npm包管理依赖]
|
||||
node_modules/
|
||||
|
||||
# [dist目录]
|
||||
dist/
|
||||
|
||||
# [HBuilderX 编译目录 ]
|
||||
unpackage/
|
||||
|
||||
# [vscode IDE]
|
||||
.vscode/
|
||||
|
||||
# [mac]
|
||||
.DS_Store
|
||||
|
||||
# [忽略开发配置文件]
|
||||
conf/devCommons/config/application.yml
|
||||
/jeepay-task-center/src/main/resources/application.properties
|
||||
_temp_/
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue