zeus/.gitignore

18 lines
189 B
Plaintext
Raw Normal View History

#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
conf/uat/*
conf/fat/*
conf/prod*/*
conf/fws/*