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 900B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  2. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  3. # User-specific stuff:
  4. .idea/workspace.xml
  5. .idea/tasks.xml
  6. .idea/dictionaries
  7. .idea/vcs.xml
  8. .idea/jsLibraryMappings.xml
  9. # Sensitive or high-churn files:
  10. .idea/dataSources.ids
  11. .idea/dataSources.xml
  12. .idea/dataSources.local.xml
  13. .idea/sqlDataSources.xml
  14. .idea/dynamic.xml
  15. .idea/uiDesigner.xml
  16. # Gradle:
  17. .idea/gradle.xml
  18. .idea/libraries
  19. # Mongo Explorer plugin:
  20. .idea/mongoSettings.xml
  21. ## File-based project format:
  22. *.iws
  23. ## Plugin-specific files:
  24. # IntelliJ
  25. /out/
  26. # mpeltonen/sbt-idea plugin
  27. .idea_modules/
  28. # JIRA plugin
  29. atlassian-ide-plugin.xml
  30. # Crashlytics plugin (for Android Studio and IntelliJ)
  31. com_crashlytics_export_strings.xml
  32. crashlytics.properties
  33. crashlytics-build.properties
  34. fabric.properties