.gitmodules 588 B

1234567891011121314151617181920
  1. [submodule "mqtt_websockets"]
  2. path = mqtt_websockets
  3. url = https://github.com/underhood/mqtt_websockets.git
  4. [submodule "aclk/aclk-schemas"]
  5. path = aclk/aclk-schemas
  6. url = https://github.com/netdata/aclk-schemas.git
  7. [submodule "ml/kmeans/dlib"]
  8. path = ml/dlib
  9. url = https://github.com/davisking/dlib.git
  10. shallow = true
  11. ignore = dirty
  12. [submodule "web/server/h2o/libh2o"]
  13. path = web/server/h2o/libh2o
  14. url = https://github.com/h2o/h2o.git
  15. ignore = untracked
  16. [submodule "fluent-bit"]
  17. path = fluent-bit
  18. url = https://github.com/fluent/fluent-bit.git
  19. shallow = true
  20. ignore = dirty