add .gitignore

This commit is contained in:
Alex Theedom 2016-08-22 19:37:45 +01:00
parent dfd8b0c4cc
commit 36c62e87e8
1 changed files with 12 additions and 0 deletions

12
hystrix/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
*.class
#folders#
/target
/src/main/webapp/WEB-INF/classes
*/META-INF/*
# Packaged files #
*.jar
*.war
*.ear
*.iml