From ef2f6b8eefe805d7b05009ad7d8efa2781ace1fe Mon Sep 17 00:00:00 2001 From: AKP Date: Wed, 22 Mar 2023 00:58:01 +0000 Subject: [PATCH] Alter 3 files Add `.gitignore` Delete `config.json` Delete `knownusers.json` --- .gitignore | 26 ++++++++++++++++++++++++++ whitelister/run/config.json | 6 ------ whitelister/run/knownusers.json | 1 - 3 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 .gitignore delete mode 100644 whitelister/run/config.json delete mode 100644 whitelister/run/knownusers.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc23a3c --- /dev/null +++ b/.gitignore @@ -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/* \ No newline at end of file diff --git a/whitelister/run/config.json b/whitelister/run/config.json deleted file mode 100644 index 1bdc6bc..0000000 --- a/whitelister/run/config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "discordToken": "MTA4Nzg4MzIxODE0Mjg5MjA0Mg.GHrCLN.MY6xiey_pRquCAqjGFVaEX3PyrnF8PVWwVmZow", - "guildID": "773239468735070218", - "dockerSocket": "unix:///var/run/docker.sock", - "containerName": "mc" -} \ No newline at end of file diff --git a/whitelister/run/knownusers.json b/whitelister/run/knownusers.json deleted file mode 100644 index 5018879..0000000 --- a/whitelister/run/knownusers.json +++ /dev/null @@ -1 +0,0 @@ -{"289130374204751873":"dotmicron"} \ No newline at end of file