From d843c3ba9823a2812e7ad82661c6473bc4a74eb3 Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Mon, 27 Nov 2023 10:16:58 +0100 Subject: [PATCH] ajout de la db dans le .gitignore :see_no_evil: --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74524a9..039af32 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,9 @@ bower_components psd thumb -sketch \ No newline at end of file +sketch + + +# db + +socialgraph.db \ No newline at end of file