5
0
Fork 0
backend-webrtc/.gitignore

16 lines
269 B
Plaintext
Raw Normal View History

2019-06-24 13:05:36 +08:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2019-05-25 18:40:14 +08:00
2019-06-24 13:05:36 +08:00
# Test binary, built with `go test -c`
*.test
2019-05-25 18:40:14 +08:00
2019-06-24 13:05:36 +08:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2019-05-25 18:40:14 +08:00
2019-06-24 13:05:36 +08:00
# Dependency directories (remove the comment below to include it)
# vendor/