.gitignore 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # If you prefer the allow list template instead of the deny list, see community template:
  2. # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
  3. #
  4. # Binaries for programs and plugins
  5. *.exe
  6. *.exe~
  7. *.dll
  8. *.so
  9. *.dylib
  10. # Test binary, built with `go test -c`
  11. *.test
  12. # Output of the go coverage tool, specifically when used with LiteIDE
  13. *.out
  14. # Dependency directories (remove the comment below to include it)
  15. # vendor/
  16. # Go workspace file
  17. go.work
  18. .idea
  19. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  20. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  21. # User-specific stuff
  22. .idea/**/workspace.xml
  23. .idea/**/tasks.xml
  24. .idea/**/usage.statistics.xml
  25. .idea/**/dictionaries
  26. .idea/**/shelf
  27. # AWS User-specific
  28. .idea/**/aws.xml
  29. # Generated files
  30. .idea/**/contentModel.xml
  31. # Sensitive or high-churn files
  32. .idea/**/dataSources/
  33. .idea/**/dataSources.ids
  34. .idea/**/dataSources.local.xml
  35. .idea/**/sqlDataSources.xml
  36. .idea/**/dynamic.xml
  37. .idea/**/uiDesigner.xml
  38. .idea/**/dbnavigator.xml
  39. # Gradle
  40. .idea/**/gradle.xml
  41. .idea/**/libraries
  42. # Gradle and Maven with auto-import
  43. # When using Gradle or Maven with auto-import, you should exclude module files,
  44. # since they will be recreated, and may cause churn. Uncomment if using
  45. # auto-import.
  46. # .idea/artifacts
  47. # .idea/compiler.xml
  48. # .idea/jarRepositories.xml
  49. # .idea/modules.xml
  50. # .idea/*.iml
  51. # .idea/modules
  52. # *.iml
  53. # *.ipr
  54. # CMake
  55. cmake-build-*/
  56. # Mongo Explorer plugin
  57. .idea/**/mongoSettings.xml
  58. # File-based project format
  59. *.iws
  60. # IntelliJ
  61. out/
  62. # mpeltonen/sbt-idea plugin
  63. .idea_modules/
  64. # JIRA plugin
  65. atlassian-ide-plugin.xml
  66. # Cursive Clojure plugin
  67. .idea/replstate.xml
  68. # SonarLint plugin
  69. .idea/sonarlint/
  70. # Editor-based Rest Client
  71. .idea/httpRequests
  72. # Android studio 3.1+ serialized cache file
  73. .idea/caches/build_file_checksums.ser