zeus/.gitignore

18 lines
189 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/*