Browse Source

Initial commit

Martin Schmitz 6 years ago
commit
8bf5d0c11d
2 changed files with 50 additions and 0 deletions
  1. 48 0
      .gitignore
  2. 2 0
      README.md

+ 48 - 0
.gitignore

@@ -0,0 +1,48 @@
+# ---> Android
+# Built application files
+*.apk
+*.ap_
+
+# Files for the Dalvik VM
+*.dex
+
+# Java class files
+*.class
+
+# Generated files
+bin/
+gen/
+
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+
+# Log Files
+*.log
+
+# Android Studio Navigation editor temp files
+.navigation/
+
+# Android Studio captures folder
+captures/
+
+# ---> Java
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# OLIR
+