JetBrains.gitignore 433 B

1234567891011121314151617181920
  1. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode
  2. ## Directory-based project format
  3. .idea/
  4. # if you remove the above rule, at least ignore user-specific stuff:
  5. # .idea/workspace.xml
  6. # .idea/tasks.xml
  7. # and these sensitive or high-churn files:
  8. # .idea/dataSources.ids
  9. # .idea/dataSources.xml
  10. # .idea/sqlDataSources.xml
  11. # .idea/dynamic.xml
  12. ## File-based project format
  13. *.ipr
  14. *.iws
  15. *.iml
  16. ## Additional for IntelliJ
  17. out/