Alter 3 files

Add `.gitignore`
Delete `config.json`
Delete `knownusers.json`
This commit is contained in:
akp 2023-03-22 00:58:01 +00:00
parent 3b38beac33
commit ef2f6b8eef
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
3 changed files with 26 additions and 7 deletions

26
.gitignore vendored Normal file
View 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/*

View file

@ -1,6 +0,0 @@
{
"discordToken": "MTA4Nzg4MzIxODE0Mjg5MjA0Mg.GHrCLN.MY6xiey_pRquCAqjGFVaEX3PyrnF8PVWwVmZow",
"guildID": "773239468735070218",
"dockerSocket": "unix:///var/run/docker.sock",
"containerName": "mc"
}

View file

@ -1 +0,0 @@
{"289130374204751873":"dotmicron"}