diff options
author | Gaël Demette <demette.gael@gmail.com> | 2014-08-13 22:55:43 +0200 |
---|---|---|
committer | Gaël Demette <demette.gael@gmail.com> | 2014-08-13 22:55:43 +0200 |
commit | fd5fabb39e66c0335b86ccf218ca3d5b0df7b278 (patch) | |
tree | b452fbeff813292368a0d4519c1d30f5c4a6b2b5 /Global/JetBrains.gitignore | |
parent | eb512c76bfc82835129a5891ef6e85ac498945d7 (diff) | |
download | gitignore-fd5fabb39e66c0335b86ccf218ca3d5b0df7b278.tar.gz gitignore-fd5fabb39e66c0335b86ccf218ca3d5b0df7b278.zip |
Typo fix + Plugin configuration + UI specific file
Diffstat (limited to 'Global/JetBrains.gitignore')
-rw-r--r-- | Global/JetBrains.gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 333bdd26..311a7322 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -12,9 +12,13 @@ # .idea/dataSources.xml # .idea/sqlDataSources.xml # .idea/dynamic.xml -# and, if using gradle:: +# and this UI specific file +# .idea/uiDesigner.xml +# and, if using gradle: # .idea/gradle.xml # .idea/libraries +# and, if using Mongo Explorer plugin +# .idea/mongoSettings.xml ## File-based project format *.ipr @@ -30,4 +34,4 @@ out/ atlassian-ide-plugin.xml # generated by Crashlytics plugin (for Android Studio and Intellij) -com_crashlytics_export_strings.xml +com_crashlytics_export_strings.xml
\ No newline at end of file |