From 36c62e87e84c840df4d7e3e10943abcea6f3ed63 Mon Sep 17 00:00:00 2001 From: Alex Theedom Date: Mon, 22 Aug 2016 19:37:45 +0100 Subject: [PATCH] add .gitignore --- hystrix/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hystrix/.gitignore diff --git a/hystrix/.gitignore b/hystrix/.gitignore new file mode 100644 index 0000000000..b092c8122f --- /dev/null +++ b/hystrix/.gitignore @@ -0,0 +1,12 @@ +*.class + +#folders# +/target +/src/main/webapp/WEB-INF/classes +*/META-INF/* + +# Packaged files # +*.jar +*.war +*.ear +*.iml \ No newline at end of file