From 204152e11c5f842eccf02df07cca301061b52336 Mon Sep 17 00:00:00 2001 From: Jade VAN BRABANDT Date: Mon, 13 Nov 2023 15:17:35 +0100 Subject: [PATCH] feat : update gitignore (Salut Bastien) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7ed9dc0..62687c9 100755 --- a/.gitignore +++ b/.gitignore @@ -819,5 +819,5 @@ replay_pid* # .nfs files are created when an open file is removed but is still being accessed .nfs* -# cache folders -/Website/cache/* \ No newline at end of file +# config ignore to not stock password on the git (: +/Website/usages/config.php \ No newline at end of file