-
Notifications
You must be signed in to change notification settings - Fork 301
/
.gitignore
70 lines (55 loc) · 1.18 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
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
build/
vendor/
# Local configuration file (sdk path, etc)
local.properties
config.properties
# Eclipse project files
.classpath
.project
.DS_Store
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Android Studio Layout Inspector captures folder
captures/
# Gradle
.gradle/
sentry.properties
Simplenote/gradle.properties
*.keystore
*.jks
# When developing against Simperium-android source directly
Simperium
# Fastlane
fastlane/README.md
fastlane/report.xml
fastlane/.env
fastlane/screenshots
google-upload-credentials.json
# Configure
*.bak
# Eclipse
.settings/
# All secrets should be stored under .configure-files
# Everything without a .enc extension is ignored
.configure-files/*
!.configure-files/*.enc
# This repo uses insecure secret storage, so we have some extra just-in-case entries:
sentry.properties
Simplenote/gradle.properties
# This secret is not part of the repository anymore, but we keep it in the
# gitignore for retrocompatibility, so that it won't appear as a new file and
# be accidentally checked in the repository.
google-upload-credentials.json