From 75c29ae5e22f02d3b6b2ecc1961771fb075337ff Mon Sep 17 00:00:00 2001 From: cameronapak Date: Tue, 22 Jul 2025 08:37:31 -0500 Subject: [PATCH] Add .env.local to app/.gitignore --- app/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/.gitignore b/app/.gitignore index 8415a0f..c7044f8 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,4 +1,5 @@ playwright-report test-results bknd.config.* -__test__/helper.d.ts \ No newline at end of file +__test__/helper.d.ts +.env.local \ No newline at end of file