Alter 3 files
Add `.gitignore` Delete `config.json` Delete `knownusers.json`
This commit is contained in:
parent
3b38beac33
commit
ef2f6b8eef
3 changed files with 26 additions and 7 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
### Go ###
|
||||
# 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/
|
||||
|
||||
### Go Patch ###
|
||||
/vendor/
|
||||
/Godeps/
|
||||
|
||||
whitelister
|
||||
config.json
|
||||
knownusers.json
|
||||
run/*
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"discordToken": "MTA4Nzg4MzIxODE0Mjg5MjA0Mg.GHrCLN.MY6xiey_pRquCAqjGFVaEX3PyrnF8PVWwVmZow",
|
||||
"guildID": "773239468735070218",
|
||||
"dockerSocket": "unix:///var/run/docker.sock",
|
||||
"containerName": "mc"
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{"289130374204751873":"dotmicron"}
|
Reference in a new issue