forked from akvo/akvo-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (66 loc) · 1.34 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Globally ignored files
.DS_Store
*.class
*.rpc
*.swp
# Eclipse files
.classpath
.externalToolBuilders
.project
.settings
# Build config and output paths
.gradle
.gwt-log
gwt-unitcache
# Testing
.calabash_settings
# Vagrant
.vagrant
GAE/env
# Dashboard paths
Dashboard/app/test.html
Dashboard/assets
Dashboard/node_modules
Dashboard/test_assets
Dashboard/tmp
# Server config files
*.jks
appengine-web.xml
build.properties
UploadConstants.properties
# Server paths
GAE/appletbin
GAE/bin
GAE/build
GAE/src/services/DataIssues.java
GAE/war/admin
GAE/war/com.*
GAE/war/exporterapplet.jar
GAE/war/flowenv.js
GAE/war/index.html
GAE/war/org.*
GAE/war/publicmap
GAE/war/vendorjs
GAE/war/WEB-INF/appengine-generated
GAE/war/WEB-INF/classes
GAE/war/WEB-INF/deploy
GAE/war/WEB-INF/lib/appengine*.jar
GAE/war/WEB-INF/lib/datanucleus*.jar
GAE/war/WEB-INF/lib/geronimo*.jar
GAE/war/WEB-INF/lib/jdo2-api*.jar
GAE/war/WEB-INF/lib/jsr107*.jar
# APK paths
WFPMapping/device/debugcert
WFPMapping/device/survey/bin
WFPMapping/device/survey/gen
WFPMapping/device/survey/res/raw/survey.properties
WFPMapping/device/survey_test/bin
WFPMapping/device/survey_test/src/com/jayway/test/SurveyDataTest.java
# Reports service
reports/.lein*
reports/bin
reports/target
# Clojure smoke tests
tests/clojure/akvo-tests/.lein*
tests/clojure/akvo-tests/bin
tests/clojure/akvo-tests/target