.gitignore 2.3 KB

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