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.

144 lines
3.0 KiB

  1. # Created by https://www.gitignore.io/api/sbt,scala,bloop,metals,intellij,sublimetext
  2. # Edit at https://www.gitignore.io/?templates=sbt,scala,bloop,metals,intellij,sublimetext
  3. ### Bloop ###
  4. .bloop/
  5. ### Intellij ###
  6. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  7. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  8. # User-specific stuff
  9. .idea/**/workspace.xml
  10. .idea/**/tasks.xml
  11. .idea/**/usage.statistics.xml
  12. .idea/**/dictionaries
  13. .idea/**/shelf
  14. # Generated files
  15. .idea/**/contentModel.xml
  16. # Sensitive or high-churn files
  17. .idea/**/dataSources/
  18. .idea/**/dataSources.ids
  19. .idea/**/dataSources.local.xml
  20. .idea/**/sqlDataSources.xml
  21. .idea/**/dynamic.xml
  22. .idea/**/uiDesigner.xml
  23. .idea/**/dbnavigator.xml
  24. # Gradle
  25. .idea/**/gradle.xml
  26. .idea/**/libraries
  27. # Gradle and Maven with auto-import
  28. # When using Gradle or Maven with auto-import, you should exclude module files,
  29. # since they will be recreated, and may cause churn. Uncomment if using
  30. # auto-import.
  31. # .idea/modules.xml
  32. # .idea/*.iml
  33. # .idea/modules
  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
  57. ### Intellij Patch ###
  58. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  59. # *.iml
  60. # modules.xml
  61. # .idea/misc.xml
  62. # *.ipr
  63. # Sonarlint plugin
  64. .idea/sonarlint
  65. ### Metals ###
  66. .metals/
  67. ### SBT ###
  68. # Simple Build Tool
  69. # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
  70. dist/*
  71. target/
  72. lib_managed/
  73. src_managed/
  74. project/boot/
  75. project/plugins/project/
  76. .history
  77. .cache
  78. .lib/
  79. ### Scala ###
  80. *.class
  81. *.log
  82. ### SublimeText ###
  83. # Cache files for Sublime Text
  84. *.tmlanguage.cache
  85. *.tmPreferences.cache
  86. *.stTheme.cache
  87. # Workspace files are user-specific
  88. *.sublime-workspace
  89. # Project files should be checked into the repository, unless a significant
  90. # proportion of contributors will probably not be using Sublime Text
  91. # *.sublime-project
  92. # SFTP configuration file
  93. sftp-config.json
  94. # Package control specific files
  95. Package Control.last-run
  96. Package Control.ca-list
  97. Package Control.ca-bundle
  98. Package Control.system-ca-bundle
  99. Package Control.cache/
  100. Package Control.ca-certs/
  101. Package Control.merged-ca-bundle
  102. Package Control.user-ca-bundle
  103. oscrypto-ca-bundle.crt
  104. bh_unicode_properties.cache
  105. # Sublime-github package stores a github token in this file
  106. # https://packagecontrol.io/packages/sublime-github
  107. GitHub.sublime-settings
  108. # End of https://www.gitignore.io/api/sbt,scala,bloop,metals,intellij,sublimetext
  109. /.idea/
  110. /outwatch-router/yarn.lock