From 9371398e7fa5fdb8c3da08e9323ae2ef0e5db77d Mon Sep 17 00:00:00 2001 From: standujar Date: Sun, 26 Oct 2025 22:59:07 +0100 Subject: [PATCH] chore: update .gitignore to include .env.test and new directories for plugin specifications and scripts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d1de38f..ea435d7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ build/ # Environment variables .env +.env.test .env.local .env.development.local .env.test.local @@ -48,3 +49,6 @@ coverage/ # Lock files (keep only one) # package-lock.json # yarn.lock + +plugin_specification/ +scripts/