From 0c433fce36030b2ecd79787f5fa69180876ec487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 21 Jan 2024 13:53:33 +0100 Subject: [PATCH] Ignore .env --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3b426b6..4033997 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ vendor/ # Go workspace file go.work + +# Discord bot token +.env