diff options
author | Pacien TRAN-GIRARD | 2014-03-03 19:27:27 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-03 19:27:27 +0100 |
commit | 12a0686cb3fa183aa8e4829ad4cab25798bc7cf5 (patch) | |
tree | f9388e4b064d2b60a68171e1e0e57c1ffb404500 /.gitignore | |
parent | c5d0945eb63c0a7537ba85ba088f33639f703520 (diff) | |
download | esieequest-12a0686cb3fa183aa8e4829ad4cab25798bc7cf5.tar.gz |
Add web interface and clean project dir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -9,7 +9,7 @@ target/ | |||
9 | *.class | 9 | *.class |
10 | 10 | ||
11 | # Package Files # | 11 | # Package Files # |
12 | *.jar | 12 | #*.jar |
13 | *.war | 13 | *.war |
14 | *.ear | 14 | *.ear |
15 | *.db | 15 | *.db |
@@ -83,4 +83,15 @@ local.properties | |||
83 | ###################### | 83 | ###################### |
84 | 84 | ||
85 | report/out/** | 85 | report/out/** |
86 | report/tmp/** \ No newline at end of file | 86 | report/tmp/** |
87 | |||
88 | ###################### | ||
89 | # GWT | ||
90 | ###################### | ||
91 | |||
92 | .gwt | ||
93 | gwt-unitCache | ||
94 | war/esieequest | ||
95 | war/WEB-INF/classes | ||
96 | war/WEB-INF/deploy | ||
97 | war/WEB-INF/lib | ||