This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
128 lines (97 loc) · 2.02 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#########################
# Maven
#########################
# general output
target/
# test output
test/resources/result*
/tests/techdemo/src/main/resources
#########################
# Local & Generated
#########################
# local, unversioned files
/local/
# generated resources
R.java
Messages.java
# location of ADK (see same-location test.properties.template)
/core/exporter/src/test/resources/test.properties
# web output
/core/engine-html/src/main/webapp/assets/
war/WEB-INF/deploy/
war/WEB-INF/classes/
war/WEB-INF/lib/
*.war
# engine configuration (if launched locally)
/core/engine-desktop/engine_configuration.xml
# editor-generated preferences file
/core/editor-core/ead-editor-config.xml
# guitools prefs
/guitools/enginegui/enginegui.properties
#########################
# Eclipse
#########################
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
*.iml
.idea/
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# ignore editor backups
**~
# ignore all compilation output
**.class
# eclipse settings
*.prefs
#########################
# NetBeans
#########################
nb-configuration.xml
nbactions.xml
#########################
# Java output / logs
#########################
# jvm error files
**/hs_err*.log
# Logs
*.log
#########################
# GWT
#########################
/core/engine-html/.gwt/
/core/engine-html/gwt-unitCache*
/core/engine-html/war/ead*
/core/engine-html/war/assets*
# copied over
#/core/engine-html/src/main/webapp/assets
#########################
# Android
#########################
/core/engine-android/libs/android-support-v4.jar
# android-compilation generated files and output; also, special lint.xml rules
/core/engine-android/gen/
/core/engine-android/bin/
/core/engine-android/assets
/core/engine-android/gen/
/core/engine-android/bin/
/core/engine-android/proguard.cfg
*.scene
*.chapter
manifest.xml