From 9f5ab30af4cee76902f66a4f3a871fa2f685550e Mon Sep 17 00:00:00 2001 From: Axel Rafn Date: Fri, 12 Jul 2024 18:09:16 +0200 Subject: [PATCH] chore: Update .gitignore to ignore the contents of the "data" directory --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c0009b..e31bddc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ venv/ -# ignore all settings.json files -**/settings.json \ No newline at end of file +# ignore the contents of the directory data +data/* \ No newline at end of file