mirror of
https://github.com/ctripcorp/zeus.git
synced 2024-11-13 11:15:28 +08:00
22 lines
271 B
Text
22 lines
271 B
Text
#github .gitignore file
|
|
#@can not merge to dev git
|
|
/ws/*
|
|
/target/*
|
|
/bin/*
|
|
/*/target/*
|
|
/*/bin/*
|
|
/*/.*
|
|
.project
|
|
.classpath
|
|
.idea/
|
|
classes/
|
|
*.iml
|
|
conf/uat/*
|
|
conf/fat/*
|
|
conf/prod*/*
|
|
conf/fws/*
|
|
logback-prod*.xml
|
|
logback-uat.xml
|
|
*.log
|
|
APP_HOME_IS_UNDEFINED
|
|
*/**/git.properties
|