From c3f7f6539c4bdef06e399ca3d1a609e1ca3ca0ad Mon Sep 17 00:00:00 2001 From: Cendrine HOARAU Date: Thu, 12 Sep 2024 11:58:04 +0200 Subject: [PATCH] fix: update gitignore fix(custom): restore gitkeep and add it to GN gitignore chore: add 'environ' file to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index fd94ee2450..53c87ab55b 100755 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,11 @@ cache/* .angulardoc.json Pipfile.lock +custom/* +!custom/.gitkeep + +environ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]