Browse Source

Updated gitignore to ignore IntelliJ files

RadBuilder 6 years ago
parent
commit
59931aaa23
1 changed files with 14 additions and 11 deletions
  1. 14 11
      .gitignore

+ 14 - 11
.gitignore

@@ -1,19 +1,21 @@
 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
 
+## Directory-based project format:
+.idea/
+# if you remove the above rule, at least ignore the following:
+
 # User-specific stuff:
-.idea/**/workspace.xml
-.idea/**/tasks.xml
-.idea/dictionaries
+# .idea/**/workspace.xml
+# .idea/**/tasks.xml
+# .idea/dictionaries
 
 # Sensitive or high-churn files:
-.idea/**/dataSources/
-.idea/**/dataSources.ids
-.idea/**/dataSources.xml
-.idea/**/dataSources.local.xml
-.idea/**/sqlDataSources.xml
-.idea/**/dynamic.xml
-.idea/**/uiDesigner.xml
+# .idea/**/dataSources.ids
+# .idea/**/dataSources.xml
+# .idea/**/sqlDataSources.xml
+# .idea/**/dynamic.xml
+# .idea/**/uiDesigner.xml
 
 # Gradle:
 .idea/**/gradle.xml
@@ -32,6 +34,7 @@ cmake-build-debug/
 
 # IntelliJ
 out/
+*.iml
 
 # mpeltonen/sbt-idea plugin
 .idea_modules/
@@ -46,4 +49,4 @@ atlassian-ide-plugin.xml
 com_crashlytics_export_strings.xml
 crashlytics.properties
 crashlytics-build.properties
-fabric.properties
+fabric.properties