We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dd10e commit 1c6ecb3Copy full SHA for 1c6ecb3
1 file changed
GWT.gitignore
@@ -5,13 +5,13 @@
5
*.war
6
7
# gwt caches and compiled units #
8
-war/gwt_bree/*
9
-gwt-unitCache/*
+war/gwt_bree/
+gwt-unitCache/
10
11
# boilerplate generated classes #
12
-.apt_generated/*
+.apt_generated/
13
14
# more caches and things from deploy #
15
-war/WEB-INF/deploy/*
16
-war/WEB-INF/classes/*
+war/WEB-INF/deploy/
+war/WEB-INF/classes/
17
0 commit comments