mirror of
https://github.com/ctripcorp/zeus.git
synced 2024-11-11 01:24:27 +08:00
17 lines
189 B
Text
17 lines
189 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/*
|