mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 11:29:52 +00:00
30 lines
372 B
Plaintext
30 lines
372 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# checksums of file tree
|
|
.checksumgo
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
livekit-server
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
bin/
|
|
proto/
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
dist/
|