From 38c0a6dc1252d51e5520ea5eb4013f4eccef1bc6 Mon Sep 17 00:00:00 2001 From: harald Date: Mon, 7 Sep 2026 16:49:35 +0200 Subject: [PATCH] chore: ignore .env and token files in git --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3043383..8d400f7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ /dist *.sanctum *.log +.env +.env.* +*.token +.token