mirror of
https://github.com/stoatchat/livekit-protocol.git
synced 2026-06-30 22:08:35 -04:00
c04669aee6
* Separate protobufs from module code * update generate workflow * install mage only * fix paths * generated protobuf * fix test action * fix cache dependency path * setup versioning * add golang workspace file * delete generated files from git * Update gitinore * fix release workflow * Move go code back to root * fix working directory * fix changeset script * revert debug changes * remove go cache path --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
19 lines
291 B
Plaintext
19 lines
291 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
.idea/
|
|
|
|
node_modules/
|