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