diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index b530788b..e2823d30 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,20 +1,23 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm +# See https://intellij-support.jetbrains.com/entries/23393067 for more +# information on how to manage projects under Version Control Systems ## Directory-based project format .idea/ # if you remove the above rule, at least ignore user-specific stuff: -# .idea/workspace.xml -# .idea/tasks.xml +# **/.idea/workspace.xml +# **/.idea/tasks.xml # and these sensitive or high-churn files: -# .idea/dataSources.ids -# .idea/dataSources.xml -# .idea/sqlDataSources.xml -# .idea/dynamic.xml +# **/.idea/dataSources.ids +# **/.idea/dataSources.xml +# **/.idea/sqlDataSources.xml +# **/.idea/dynamic.xml ## File-based project format *.ipr -*.iws *.iml +# if you remove the above rules, at least ignore user-specific stuff: +*.iws ## Additional for IntelliJ out/