From 7a88acfa9f99316c1f0ab76297d86e34eed44bf3 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 5 Mar 2025 13:29:03 +0100 Subject: [PATCH] change(ui): .gitignore --- frontend/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 4fde30eb3..165014644 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -5,7 +5,8 @@ public/ drafts app/components/ui/SVG.js *.DS_Store -.env +.env* +!.env.sample *css.d.ts *.cache .yarn/* @@ -19,4 +20,4 @@ cypress.env.json **/__diff_output__/* *.diff.png cypress/videos/ -coverage \ No newline at end of file +coverage