Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aafa7cbf962dffc6ee12f9c28a397fbab3a7fc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Gradle / Android Studio
build/
.idea/
.gradle/
*.iml
signing.gradle

# Eclipse
bin/
gen/
.settings/
.classpath
.project

# Android
local.properties

# Java
*.class