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

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

# Android
local.properties

# Native
src/main/libs/
src/main/obj/

# Java
*.class