-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
40 lines (30 loc) · 819 Bytes
/
.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
# Java class files
*.class
# generated files
bin/
gen/
out/
/*/target/
coordinator-server/src/main/webapp/WEB-INF/classes/
# Local configuration file (sdk path, etc)
.idea
*.iml
.DS_Store
*/.DS_Store
coordinator-server/.classpath
coordinator-server/.project
coordinator-server/.settings/
coordinator-shared/.classpath
coordinator-shared/.project
coordinator-shared/.settings/
actionbar-sherlock
coordinator-android/.settings/org.eclipse.core.resources.prefs
coordinator-android/.settings/org.eclipse.jdt.core.prefs
coordinator-android/.settings/org.eclipse.m2e.core.prefs
# Java file with secret info like passwords ad API keys
SecretInfo.java
SecretInfoServerSide.java
DeployEnvironment.java
appengine-web.xml
coordinator-android/project.properties
coordinator-server/src/main/webapp/coordinator-android.apk