summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2017-07-09 23:56:41 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2017-07-09 23:56:41 +0200
commit44b5f9d5b190893d0b17a12a5ad2156705c05607 (patch)
tree8fbfef2c7748e73553fe7fe48e4ace4d3dbbdb58
parent89798217f8d792e62e50d68c320608af56adc966 (diff)
Add .gitignore for Kotlin
This change adds a .gitignore to the repository tailored to the Kotlin language.
-rw-r--r--.gitignore57
1 files changed, 57 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..9da9d7eb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,57 @@
+### Java
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files
+*.jar
+*.war
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+### Gradle
+.gradle
+build/
+
+# Ignore Gradle GUI config
+gradle-app.setting
+
+# Cache of project
+.gradletasknamecache
+
+### IntelliJ IDEA
+# Ignore .idea folder
+.idea
+
+## File-based project format:
+*.iml
+
+## Plugin-specific files:
+
+# IntelliJ
+/out/
+
+# mpeltonen/sbt-idea plugin
+.idea_modules/
+
+# JIRA plugin
+atlassian-ide-plugin.xml
+
+# Crashlytics plugin (for Android Studio and IntelliJ)
+com_crashlytics_export_strings.xml
+crashlytics.properties
+crashlytics-build.properties
+fabric.properties