forked from geosdi/GWT-OpenLayers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (38 loc) · 1.06 KB
/
.gitignore
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
*.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/
# targets
gwt-openlayers-client/target
gwt-openlayers-showcase/target
gwt-openlayers-server/target
gwt-openlayers-cas-server/target
gwt-openlayers-showcase/war/WEB-INF/classes
gwt-openlayers-showcase/war/WEB-INF/deploy
gwt-openlayers-showcase/war/gwt_ol_showcase
target
# eclipse files
gwt-openlayers-cas-server/.classpath
gwt-openlayers-cas-server/.project
gwt-openlayers-client/.classpath
gwt-openlayers-client/.project
gwt-openlayers-client/.settings
gwt-openlayers-server/.classpath
gwt-openlayers-server/.project
gwt-openlayers-showcase/.classpath
gwt-openlayers-showcase/.project
gwt-openlayers-showcase/.settings
.idea
gwt-openlayers.iml
gwt-openlayers-cas-server/gwt-openlayers-cas-server.iml
gwt-openlayers-client/gwt-openlayers-client.iml
gwt-openlayers-server/gwt-openlayers-server.iml
gwt-openlayers-showcase/gwt-openlayers-showcase.iml