From 12a0686cb3fa183aa8e4829ad4cab25798bc7cf5 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 3 Mar 2014 19:27:27 +0100 Subject: Add web interface and clean project dir --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a819b04..315195b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ target/ *.class # Package Files # -*.jar +#*.jar *.war *.ear *.db @@ -83,4 +83,15 @@ local.properties ###################### report/out/** -report/tmp/** \ No newline at end of file +report/tmp/** + +###################### +# GWT +###################### + +.gwt +gwt-unitCache +war/esieequest +war/WEB-INF/classes +war/WEB-INF/deploy +war/WEB-INF/lib -- cgit v1.2.3