GWT.gitignore 241 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
*.class

# Package Files #
*.jar
*.war

# gwt caches and compiled units #
war/gwt_bree/*
gwt-unitCache/*

# boilerplate generated classes #
.apt_generated/*

# more caches and things from deploy #
war/WEB-INF/deploy/*
war/WEB-INF/classes/*