From e7802c27ab43662387e0e95f935d34eba9caee99 Mon Sep 17 00:00:00 2001 From: Bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:51:18 -0800 Subject: [PATCH] update .gitignore to ignore .toml (#1404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update .gitignore to ignore .toml Prevent accidental .toml checkins for fly.io deploys! * Update .gitignore ignore fly.toml Co-authored-by: calle <93376500+callebtc@users.noreply.github.com> * Update .gitignore --------- Co-authored-by: dni ⚡ Co-authored-by: calle <93376500+callebtc@users.noreply.github.com> --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c8277aad4..c97313120 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,8 @@ docker # Nix *result* +# fly.io +fly.toml + # Ignore extensions (post installable extension PR) -extensions/ -upgrades/ +upgrades/ \ No newline at end of file