.gitignore 734 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, built with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. .DS_Store
  12. # Dependency directories (remove the comment below to include it)
  13. # vendor/
  14. #
  15. *.yomo
  16. yomo/yomo
  17. example/source/source
  18. example/flow/sl.yomo
  19. example/sink/sink
  20. example/stream-fn-db/sl.yomo
  21. example/mesh/source/source
  22. example/mesh/flow/flow
  23. example/mesh/sink/sink
  24. example/mesh/stream-fn/stream-fn*
  25. example/mesh/stream-fn-db/sl.yomo
  26. example/mesh/stream-fn-db/stream-fn-db
  27. *.wasm
  28. Cargo.lock
  29. target
  30. VERSION
  31. *.sock
  32. *.bundle.js
  33. # release directory
  34. release/
  35. bin/
  36. .vscode
  37. # zig cache
  38. example/wasm/zig/src/zig-cache
  39. example/wasm/zig/zig-cache