twitchsingstools/.gitignore
Martyn Ranyard 8de2c0bd74 Serve the React frontend
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-08-01 11:37:40 +02:00

18 lines
293 B
Text

# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Frontend compiled version gets built from source
/web/react-frontend
/twitchsingstools