diff options
author | Victor Häggqvist <[email protected]> | 2015-11-17 17:34:26 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-11-17 17:34:26 +0100 |
commit | 782e86f89a6ec9b09a2f82cb9220114c04e988f3 (patch) | |
tree | 88f689aa18403b92f1ad3e9515e5189636336914 | |
parent | ef96b728d2395f26f246f0ae97d89200f860f264 (diff) |
chore: update gitignorev0.1.4
-rw-r--r-- | .gitignore | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -4,3 +4,51 @@ vendor/ # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # composer.lock +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm + +*.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 +# .idea/shelf + +# 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 +fabric.properties |