mirror of
https://github.com/ctripcorp/zeus.git
synced 2024-11-14 19:55:30 +08:00
21 lines
251 B
Text
21 lines
251 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
|