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.

68 lines
1.4 KiB

  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/modules.xml
  27. # .idea/*.iml
  28. # .idea/modules
  29. # *.iml
  30. # *.ipr
  31. # CMake
  32. cmake-build-*/
  33. # Mongo Explorer plugin
  34. .idea/**/mongoSettings.xml
  35. # File-based project format
  36. *.iws
  37. # IntelliJ
  38. out/
  39. # mpeltonen/sbt-idea plugin
  40. .idea_modules/
  41. # JIRA plugin
  42. atlassian-ide-plugin.xml
  43. # Cursive Clojure plugin
  44. .idea/replstate.xml
  45. # Crashlytics plugin (for Android Studio and IntelliJ)
  46. com_crashlytics_export_strings.xml
  47. crashlytics.properties
  48. crashlytics-build.properties
  49. fabric.properties
  50. # Editor-based Rest Client
  51. .idea/httpRequests
  52. # Android studio 3.1+ serialized cache file
  53. .idea/caches/build_file_checksums.ser