.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. ### JetBrains template
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  3. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  4. # User-specific stuff
  5. .idea/**/workspace.xml
  6. .idea/**/tasks.xml
  7. .idea/**/usage.statistics.xml
  8. .idea/**/dictionaries
  9. .idea/**/shelf
  10. # Generated files
  11. .idea/**/contentModel.xml
  12. # Sensitive or high-churn files
  13. .idea/**/dataSources/
  14. .idea/**/dataSources.ids
  15. .idea/**/dataSources.local.xml
  16. .idea/**/sqlDataSources.xml
  17. .idea/**/dynamic.xml
  18. .idea/**/uiDesigner.xml
  19. .idea/**/dbnavigator.xml
  20. # Gradle
  21. .idea/**/gradle.xml
  22. .idea/**/libraries
  23. # Gradle and Maven with auto-import
  24. # When using Gradle or Maven with auto-import, you should exclude module files,
  25. # since they will be recreated, and may cause churn. Uncomment if using
  26. # auto-import.
  27. # .idea/artifacts
  28. # .idea/compiler.xml
  29. # .idea/jarRepositories.xml
  30. # .idea/modules.xml
  31. # .idea/*.iml
  32. # .idea/modules
  33. # *.iml
  34. # *.ipr
  35. # CMake
  36. cmake-build-*/
  37. # Mongo Explorer plugin
  38. .idea/**/mongoSettings.xml
  39. # File-based project format
  40. *.iws
  41. # IntelliJ
  42. out/
  43. # mpeltonen/sbt-idea plugin
  44. .idea_modules/
  45. # JIRA plugin
  46. atlassian-ide-plugin.xml
  47. # Cursive Clojure plugin
  48. .idea/replstate.xml
  49. # Crashlytics plugin (for Android Studio and IntelliJ)
  50. com_crashlytics_export_strings.xml
  51. crashlytics.properties
  52. crashlytics-build.properties
  53. fabric.properties
  54. # Editor-based Rest Client
  55. .idea/httpRequests
  56. # Android studio 3.1+ serialized cache file
  57. .idea/caches/build_file_checksums.ser
  58. ### Go template
  59. # Binaries for programs and plugins
  60. *.exe
  61. *.exe~
  62. *.dll
  63. *.so
  64. *.dylib
  65. # Test binary, built with `go test -c`
  66. *.test
  67. # Output of the go coverage tool, specifically when used with LiteIDE
  68. *.out
  69. # Dependency directories (remove the comment below to include it)
  70. vendor/
  71. ### macOS template
  72. # General
  73. .DS_Store
  74. .AppleDouble
  75. .LSOverride
  76. # Icon must end with two \r
  77. Icon
  78. # Thumbnails
  79. ._*
  80. # Files that might appear in the root of a volume
  81. .DocumentRevisions-V100
  82. .fseventsd
  83. .Spotlight-V100
  84. .TemporaryItems
  85. .Trashes
  86. .VolumeIcon.icns
  87. .com.apple.timemachine.donotpresent
  88. # Directories potentially created on remote AFP share
  89. .AppleDB
  90. .AppleDesktop
  91. Network Trash Folder
  92. Temporary Items
  93. .apdisk