1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 21:57:58 +02:00

Updated following feedback

removed the iml filter - this is my current best understanding of the docs, but I'm still unsure
This commit is contained in:
Sam Duke 2014-07-15 11:57:37 +01:00
parent 9802c2cfd8
commit d4e192ffee

View File

@ -1,25 +1,22 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
## For directory vs file based set-ups, see: https://intellij-support.jetbrains.com/entries/23393067
## Directory-based project format ## Directory-based project format
.idea/ .idea/
# if you remove the above rule, at least ignore user-specific stuff: # if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml # .idea/workspace.xml
# .idea/tasks.xml # .idea/tasks.xml
# .idea/dictionaries
# and these sensitive or high-churn files: # and these sensitive or high-churn files:
# .idea/dataSources.ids # .idea/dataSources.ids
# .idea/dataSources.xml # .idea/dataSources.xml
# .idea/sqlDataSources.xml # .idea/sqlDataSources.xml
# .idea/dynamic.xml # .idea/dynamic.xml
# optionals: # and, if using gradle::
# .idea/gradle.xml # .idea/gradle.xml
# .idea/dictionaries
# .idea/libraries # .idea/libraries
## File-based project format - remove if using the above ## File-based project format
*.ipr *.ipr
*.iml
*.iws *.iws
## Additional for IntelliJ ## Additional for IntelliJ