zeus/.gitignore
2015-04-27 15:32:41 +08:00

18 lines
188 B
Plaintext

#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/*