From 4d3507aec2a2869dbd8f6893fbd09226c0bcd176 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 14 Mar 2023 22:19:08 +0100 Subject: [PATCH] add .env.production to .gitignore --- frontend/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index 9ab832b0de..8fd0b9da3d 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -7,3 +7,4 @@ node_modules CaddyfileRemoteRuben tests-out/ storageState.json +.env.production \ No newline at end of file