Browse Source

Merge pull request #5 from graywolf336/add-gitignore

Add a gitignore file
pull/10/head
Gabe Kangas 5 years ago committed by GitHub
parent
commit
f1d945f4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      .gitignore

19
.gitignore vendored

@ -0,0 +1,19 @@ @@ -0,0 +1,19 @@
# 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/
#owncast specific
config/config.yaml
owncast
Loading…
Cancel
Save