Skip to content

Commit 36c62e8

Browse files
committed
add .gitignore
1 parent dfd8b0c commit 36c62e8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

hystrix/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.class
2+
3+
#folders#
4+
/target
5+
/src/main/webapp/WEB-INF/classes
6+
*/META-INF/*
7+
8+
# Packaged files #
9+
*.jar
10+
*.war
11+
*.ear
12+
*.iml

0 commit comments

Comments
 (0)