GWT.gitignore 395 字节
Newer Older
1 2 3 4 5 6 7
*.class

# Package Files #
*.jar
*.war

# gwt caches and compiled units #
C
Carlos Alexandro Becker 已提交
8 9
war/gwt_bree/
gwt-unitCache/
10 11

# boilerplate generated classes #
C
Carlos Alexandro Becker 已提交
12
.apt_generated/
13 14

# more caches and things from deploy #
C
Carlos Alexandro Becker 已提交
15 16
war/WEB-INF/deploy/
war/WEB-INF/classes/
17 18 19 20 21 22 23 24 25 26 27 28

#compilation logs
.gwt/

#caching for already compiled files
gwt-unitCache/

#gwt junit compilation files
www-test/

#old GWT (1.5) created this dir
.gwt-tmp/