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 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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/**/usage.statistics.xml
  7. .idea/**/dictionaries
  8. .idea/**/shelf
  9. # Generated files
  10. .idea/**/contentModel.xml
  11. # Sensitive or high-churn files
  12. .idea/**/dataSources/
  13. .idea/**/dataSources.ids
  14. .idea/**/dataSources.local.xml
  15. .idea/**/sqlDataSources.xml
  16. .idea/**/dynamic.xml
  17. .idea/**/uiDesigner.xml
  18. .idea/**/dbnavigator.xml
  19. # Gradle
  20. .idea/**/gradle.xml
  21. .idea/**/libraries
  22. # Gradle and Maven with auto-import
  23. # When using Gradle or Maven with auto-import, you should exclude module files,
  24. # since they will be recreated, and may cause churn. Uncomment if using
  25. # auto-import.
  26. # .idea/artifacts
  27. # .idea/compiler.xml
  28. # .idea/jarRepositories.xml
  29. # .idea/modules.xml
  30. # .idea/*.iml
  31. # .idea/modules
  32. # *.iml
  33. # *.ipr
  34. # CMake
  35. cmake-build-*/
  36. # Mongo Explorer plugin
  37. .idea/**/mongoSettings.xml
  38. # File-based project format
  39. *.iws
  40. # IntelliJ
  41. out/
  42. # mpeltonen/sbt-idea plugin
  43. .idea_modules/
  44. # JIRA plugin
  45. atlassian-ide-plugin.xml
  46. # Cursive Clojure plugin
  47. .idea/replstate.xml
  48. # Crashlytics plugin (for Android Studio and IntelliJ)
  49. com_crashlytics_export_strings.xml
  50. crashlytics.properties
  51. crashlytics-build.properties
  52. fabric.properties
  53. # Editor-based Rest Client
  54. .idea/httpRequests
  55. # Android studio 3.1+ serialized cache file
  56. .idea/caches/build_file_checksums.ser