MovieNight/.gitignore

52 lines
659 B
Plaintext
Raw Permalink Normal View History

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.aseprite
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Log files
*.log
2019-03-11 01:47:39 +01:00
# GoCode debug file
debug
# Linux binary
MovieNight
2019-10-02 13:57:00 +02:00
# Windows binary
MovieNight.exe
# Darwin binary
MovieNightDarwin
# Go wasm script
static/js/wasm_exec.js
# Twitch channel info
static/subscriber.json
# This file now holds the stream key. Don't include it.
settings.json
# vscode
.vscode
2019-03-12 04:15:42 +01:00
# Autobuilt wasm files
static/main.wasm
# tags for vim
tags
# channel and emote list from twitch
subscribers.json
/.settings/
/.project