-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.gitignore
115 lines (93 loc) · 1.46 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
# Files from: https://github.com/mercadolibre/mobile-cd/wiki/Publicacion-de-libs-en-Android#7-actualizar-gitignore
Rakefile
bintray.properties
## SCA Plugin: https://github.com/monits/static-code-analysis-plugin/
config/*
## Not ignoring detekt configuration file
!config/android/android-lint-components.xml
!config/detekt/detekt.yml
## Gradle
.gradle
build-cache
## Android
bin
build
gen
lint.xml
## Built application files
*.apk
*.ap_
## Files for the ART/Dalvik VM
*.dex
## Java class files
*.class
## Log files
*.log
# Eclipse
.project
.classpath
.settings
.checkstyle
# IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
*.jks
.externalNativeBuild
classes
gen-external-apklibs
out/
bin/
gen/
.navigation/
captures/
# Visual Studio Code
.vscode
# Maven
target
release.properties
pom.xml.*
# Ant
build.xml
ant.properties
local.properties
proguard.cfg
proguard-project.txt
proguard/
# Fastlane
fastlane/build
fastlane/report.xml
fastlane/.env.*
fastlane/README.md
# Other
.DS_Store
tmp
*.orig
*.rdb
*jacoco.exec
mobile-cd/
# macOS
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Hugo plugin: https://github.com/JakeWharton/hugo/issues/107
ajcore*.txt
*.hprof