.gitignore 520 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. *.yomo
  8. *.a
  9. # Test binary, built with `go test -c`
  10. *.test
  11. # Output of the go coverage tool, specifically when used with LiteIDE
  12. *.out
  13. # Dependency directories (remove the comment below to include it)
  14. .DS_Store
  15. vendor/
  16. coverage.txt
  17. bin/
  18. # git commitzen
  19. node_modules/
  20. package-lock.json
  21. *.log
  22. *.qlog
  23. # tls generated files
  24. scripts/tls/
  25. .vscode/
  26. release/cli
  27. zig-cache/
  28. zig-out/
  29. *.wasm
  30. Cargo.lock
  31. target
  32. coverage.txt
  33. *.o
  34. build/
  35. .env
  36. example/10-ai/*.yaml