aboutsummaryrefslogtreecommitdiff
path: root/conf/gitignore/GWT
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-28 16:44:04 +0800
committerUnknwon <u@gogs.io>2015-08-28 16:44:04 +0800
commit46bee50e45ef8f3e9f3727649fa24d50bb2fc782 (patch)
tree3b55f109f957c54890972d533af435d3a3ed8e96 /conf/gitignore/GWT
parent4cfa2ca40d4f211a124ab9973dfc814190b758b9 (diff)
complate list of gitignores and licenses
Diffstat (limited to 'conf/gitignore/GWT')
-rw-r--r--conf/gitignore/GWT28
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/gitignore/GWT b/conf/gitignore/GWT
new file mode 100644
index 00000000..07704e54
--- /dev/null
+++ b/conf/gitignore/GWT
@@ -0,0 +1,28 @@
+*.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/
+
+#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/