.gitignore 2.2 KB

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