From: Lilia-42 Date: Sat, 31 Aug 2024 09:27:29 +0000 (+0200) Subject: Add (VSCode) *.json files to gitignore X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=f1ad8d3794d55c65c99caa6b53bdbeb0ab03d19b;p=42%2Fminishell.git Add (VSCode) *.json files to gitignore --- diff --git a/.gitignore b/.gitignore index f0432f9..f33e985 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ minishell tags .debug .noleaks +*.json