From 27dd17fa664088fd3646e80bd5e45acf29281077 Mon Sep 17 00:00:00 2001 From: Benjamin POCHAT Date: Tue, 9 Jan 2024 00:12:23 +0100 Subject: [PATCH] ignore react .env file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed93fc8..16340a6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ backend/gen/src/** frontend/gen/* frontend/app/build frontend/app/public/config -#frontend/app/.env +frontend/app/.env #TODO : delete the following line after # - issue https://github.com/OpenAPITools/openapi-generator/pull/5312 will be resolved