From 4f0444cfbf407da092cb63d1e54ab4b207410128 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Wed, 8 Jan 2025 14:17:23 +0100 Subject: [PATCH] feat(gitignore): add geonature.local.env in the gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87ea72f8f0..e03de8810e 100755 --- a/.gitignore +++ b/.gitignore @@ -155,4 +155,5 @@ install_all/install_all.log /docs/CHANGELOG.html /contrib/*/frontend/node_modules -Makefile.local \ No newline at end of file +Makefile.local +geonature.local.env \ No newline at end of file