Skip to content

Commit e2caec1

Browse files
committedNov 13, 2013
Adding ".gwt/", "gwt-unitCache/", "www-test" and ".gwt-tmp/" to .gitignore
1 parent 2d44869 commit e2caec1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎GWT.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ gwt-unitCache/
1414
# more caches and things from deploy #
1515
war/WEB-INF/deploy/
1616
war/WEB-INF/classes/
17+
18+
#compilation logs
19+
.gwt/
20+
21+
#caching for already compiled files
22+
gwt-unitCache/
23+
24+
#gwt junit compilation files
25+
www-test/
26+
27+
#old GWT (1.5) created this dir
28+
.gwt-tmp/

0 commit comments

Comments
 (0)
Please sign in to comment.