.gitignore 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. ### Xcode template
  2. ## User settings
  3. xcuserdata/
  4. ### Go template
  5. # If you prefer the allow list template instead of the deny list, see community template:
  6. # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
  7. #
  8. # Binaries for programs and plugins
  9. *.exe
  10. *.exe~
  11. *.dll
  12. *.so
  13. *.dylib
  14. # Test binary, built with `go test -c`
  15. *.test
  16. # Output of the go coverage tool, specifically when used with LiteIDE
  17. *.out
  18. # Dependency directories (remove the comment below to include it)
  19. # vendor/
  20. # Go workspace file
  21. go.work
  22. ### GoLand template
  23. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  24. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  25. # User-specific stuff
  26. .idea/
  27. .idea/watcherTasks.xml
  28. .idea/vcs.xml
  29. # Gradle and Maven with auto-import
  30. # When using Gradle or Maven with auto-import, you should exclude module files,
  31. # since they will be recreated, and may cause churn. Uncomment if using
  32. # auto-import.
  33. .idea/artifacts
  34. .idea/compiler.xml
  35. .idea/jarRepositories.xml
  36. .idea/modules.xml
  37. .idea/*.iml
  38. .idea/modules
  39. *.iml
  40. *.ipr
  41. # CMake
  42. cmake-build-*/
  43. # Mongo Explorer plugin
  44. .idea/**/mongoSettings.xml
  45. # File-based project format
  46. *.iws
  47. # IntelliJ
  48. out/
  49. # mpeltonen/sbt-idea plugin
  50. .idea_modules/
  51. # JIRA plugin
  52. atlassian-ide-plugin.xml
  53. # Cursive Clojure plugin
  54. .idea/replstate.xml
  55. # SonarLint plugin
  56. .idea/sonarlint/
  57. # Crashlytics plugin (for Android Studio and IntelliJ)
  58. com_crashlytics_export_strings.xml
  59. crashlytics.properties
  60. crashlytics-build.properties
  61. fabric.properties
  62. # Editor-based Rest Client
  63. .idea/httpRequests
  64. # Android studio 3.1+ serialized cache file
  65. .idea/caches/build_file_checksums.ser
  66. ### macOS template
  67. # General
  68. .DS_Store
  69. .AppleDouble
  70. .LSOverride
  71. # Icon must end with two \r
  72. Icon
  73. # Thumbnails
  74. ._*
  75. # Files that might appear in the root of a volume
  76. .DocumentRevisions-V100
  77. .fseventsd
  78. .Spotlight-V100
  79. .TemporaryItems
  80. .Trashes
  81. .VolumeIcon.icns
  82. .com.apple.timemachine.donotpresent
  83. # Directories potentially created on remote AFP share
  84. .AppleDB
  85. .AppleDesktop
  86. Network Trash Folder
  87. Temporary Items
  88. .apdisk
  89. ### SublimeText template
  90. # Cache files for Sublime Text
  91. *.tmlanguage.cache
  92. *.tmPreferences.cache
  93. *.stTheme.cache
  94. # Workspace files are user-specific
  95. *.sublime-workspace
  96. # Project files should be checked into the repository, unless a significant
  97. # proportion of contributors will probably not be using Sublime Text
  98. # *.sublime-project
  99. # SFTP configuration file
  100. sftp-config.json
  101. sftp-config-alt*.json
  102. # Package control specific files
  103. Package Control.last-run
  104. Package Control.ca-list
  105. Package Control.ca-bundle
  106. Package Control.system-ca-bundle
  107. Package Control.cache/
  108. Package Control.ca-certs/
  109. Package Control.merged-ca-bundle
  110. Package Control.user-ca-bundle
  111. oscrypto-ca-bundle.crt
  112. bh_unicode_properties.cache
  113. # Sublime-github package stores a github token in this file
  114. # https://packagecontrol.io/packages/sublime-github
  115. GitHub.sublime-settings
  116. *.txt
  117. *.pprof