From 816ba7d04fa3f5d5d8d7607071cb4eb6c22b844b Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Tue, 9 Dec 2014 23:03:10 +0100 Subject: [PATCH] Remove RubyMine specific lines from .gitignore --- .gitignore | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/.gitignore b/.gitignore index e6f4436..6a502e9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,38 +14,3 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp - -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm -*.iml -## 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 -# Sensitive or high-churn files: -# .idea/dataSources.ids -# .idea/dataSources.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: -*.ipr -*.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 \ No newline at end of file