summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2016-04-22 02:27:56 +0200
committerJ08nY2016-04-22 02:27:56 +0200
commite5a0df798d83b9ea3f29ea18ed195512a33ff847 (patch)
tree727ebf8eb463ee01a8bff7a3c0cf75f098f2c291
parent5f95bfe639895a366ec3ec42725908b5656aa016 (diff)
downloadomniplex-e5a0df798d83b9ea3f29ea18ed195512a33ff847.tar.gz
omniplex-e5a0df798d83b9ea3f29ea18ed195512a33ff847.tar.zst
omniplex-e5a0df798d83b9ea3f29ea18ed195512a33ff847.zip
gitignore
-rw-r--r--.gitignore47
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e07717c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+### JetBrains template
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
+
+# User-specific stuff:
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/dictionaries
+.idea/vcs.xml
+.idea/jsLibraryMappings.xml
+
+# Sensitive or high-churn files:
+.idea/dataSources.ids
+.idea/dataSources.xml
+.idea/dataSources.local.xml
+.idea/sqlDataSources.xml
+.idea/dynamic.xml
+.idea/uiDesigner.xml
+
+# Gradle:
+.idea/gradle.xml
+.idea/libraries
+
+# Mongo Explorer plugin:
+.idea/mongoSettings.xml
+
+## File-based project format:
+*.iws
+
+## 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
+
+# Created by .ignore support plugin (hsz.mobi)