From 9804345a83afa51801d59e010233a784d630391e Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Mon, 26 Feb 2018 13:53:09 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3b5c094..cac7b11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ + +# Created by https://www.gitignore.io/api/eclipse,intellij+all + +### Eclipse ### + .metadata bin/ tmp/ @@ -22,9 +27,6 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject -# CDT- autotools -.autotools - # Java annotation processor (APT) .factorypath @@ -51,13 +53,15 @@ local.properties .scala_dependencies .worksheet +### Eclipse Patch ### +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath - - - - -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +### Intellij+all ### +# 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: @@ -68,6 +72,7 @@ local.properties # Sensitive or high-churn files: .idea/**/dataSources/ .idea/**/dataSources.ids +.idea/**/dataSources.xml .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml @@ -79,7 +84,6 @@ local.properties # CMake cmake-build-debug/ -cmake-build-release/ # Mongo Explorer plugin: .idea/**/mongoSettings.xml @@ -90,7 +94,7 @@ cmake-build-release/ ## Plugin-specific files: # IntelliJ -out/ +/out/ # mpeltonen/sbt-idea plugin .idea_modules/ @@ -101,9 +105,21 @@ atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml +# Ruby plugin and RubyMine +/.rakeTasks + # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties + +### Intellij+all Patch ### +# Ignores the whole idea folder +# See https://github.com/joeblau/gitignore.io/issues/186 and +https://github.com/joeblau/gitignore.io/issues/360 + +.idea/ + .iml +# End of https://www.gitignore.io/api/eclipse,intellij+all