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

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-03-30 14:39:51 +0300
committerDaniel Lublin <daniel@lublin.se>2020-03-30 16:23:45 +0300
commitd72202441320d1cb2b62c8b79f73251e6bbadc2e (patch)
treeffc3ca24f268e52abf2bbb6746d56c6dde934bed /.gitignore
parentf9802a0ab22125cb233e2dc1cb367db6f5055ba0 (diff)
Rename the whole shebang
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..aafa7cb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# Gradle / Android Studio
+build/
+.idea/
+.gradle/
+*.iml
+signing.gradle
+
+# Eclipse
+bin/
+gen/
+.settings/
+.classpath
+.project
+
+# Android
+local.properties
+
+# Java
+*.class