You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

JetBrains.gitignore 656B

1234567891011121314151617181920212223242526272829
  1. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
  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/
  18. # generated by mpeltonen/sbt-idea plugin
  19. .idea_modules/
  20. # generated by JIRA plugin
  21. atlassian-ide-plugin.xml
  22. # generated by Crashlytics plugin (for Android Studio and Intellij)
  23. com_crashlytics_export_strings.xml