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

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