forked from ArcBees/GWTP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.hgignore
More file actions
54 lines (54 loc) · 1.64 KB
/
.hgignore
File metadata and controls
54 lines (54 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
glob:src/**/*.class
glob:test/**/*.class
glob:war/WEB-INF/classes/**
glob:war/WEB-INF/lib/appengine-api-*-sdk-*.jar
glob:war/WEB-INF/lib/appengine-api-labs-*.jar
glob:war/WEB-INF/lib/appengine-jsr107cache-*.jar
glob:war/WEB-INF/lib/datanucleus-appengine-*.final.jar
glob:war/WEB-INF/lib/datanucleus-core-*.jar
glob:war/WEB-INF/lib/datanucleus-jpa-*.jar
glob:war/WEB-INF/lib/geronimo-jpa_*_spec-*.jar
glob:war/WEB-INF/lib/geronimo-jta_*_spec-*.jar
glob:war/WEB-INF/lib/gwt-servlet.jar
glob:war/WEB-INF/lib/jdo2-api-*-eb.jar
glob:war/WEB-INF/lib/jsr107cache-*.jar
glob:war/WEB-INF/lib/commons-logging-1.1.1.jar
glob:war/WEB-INF/lib/log4j-1.2.15.jar
glob:war/WEB-INF/lib/objectify-2.0.jar
glob:tomcat/**
glob:war/com.gwtplatform**
glob:target/*
glob:reports/**
glob:gwtp*.jar
glob:MANIFEST.MF
glob:build.num
glob:crchris.bat
glob:.apt_generated/**
glob:**.zip
glob:*.iml
glob:*.ipr
glob:*.iws
glob:*.eml
glob:**.settings/**
glob:**.project
glob:**.factorypath
glob:**.classpath
glob:**.checkstyle
glob:gwtp-build-tools/bin/**
glob:gwtp-core/gwtp-clients-common/bin/**
glob:gwtp-core/gwtp-crawler/bin/**
glob:gwtp-core/gwtp-dispatch-client/bin/**
glob:gwtp-core/gwtp-dispatch-server/bin/**
glob:gwtp-core/gwtp-dispatch-shared/bin/**
glob:gwtp-core/gwtp-mvp-client/bin/**
glob:gwtp-core/gwtp-processors/bin/**
glob:gwtp-core/gwtp-tester/bin/**
glob:gwtp-samples/gwtp-sample-basic/bin/**
glob:gwtp-samples/gwtp-sample-basic-spring/bin/**
glob:gwtp-samples/gwtp-sample-hplace/bin/**
glob:gwtp-samples/gwtp-sample-nested/bin/**
glob:gwtp-samples/gwtp-sample-tab/bin/**
glob:**/bin/**
glob:**/.gwt
glob:**/manifest.txt
glob:.idea/**