2015-04-27 15:32:41 +08:00
|
|
|
#github .gitignore file
|
|
|
|
#@can not merge to dev git
|
2015-03-03 17:45:37 +08:00
|
|
|
/ws/*
|
|
|
|
/target/*
|
|
|
|
/bin/*
|
|
|
|
/*/target/*
|
|
|
|
/*/bin/*
|
2015-03-03 17:39:49 +08:00
|
|
|
/*/.*
|
2015-03-03 17:45:37 +08:00
|
|
|
.project
|
|
|
|
.classpath
|
2015-02-28 16:09:55 +08:00
|
|
|
.idea/
|
|
|
|
classes/
|
|
|
|
*.iml
|
2015-04-27 15:32:41 +08:00
|
|
|
conf/uat/*
|
|
|
|
conf/fat/*
|
2015-04-27 17:38:18 +08:00
|
|
|
conf/prod*/*
|
2015-04-27 15:32:41 +08:00
|
|
|
conf/fws/*
|
2016-03-08 12:08:13 +08:00
|
|
|
logback-prod*.xml
|
|
|
|
logback-uat.xml
|
|
|
|
*.log
|
|
|
|
APP_HOME_IS_UNDEFINED
|
2016-05-17 17:45:48 +08:00
|
|
|
*/**/git.properties
|
2016-07-31 12:57:16 +08:00
|
|
|
apidoc/node_modules
|
|
|
|
apidoc/vendor
|
|
|
|
apidoc/locales
|
|
|
|
apidoc/img
|
|
|
|
apidoc/utils
|
|
|
|
main.js
|
|
|
|
apidoc/css
|
|
|
|
api_*
|