From ad50fe82248727fde18448c59c8dc1d02ed7fde3 Mon Sep 17 00:00:00 2001 From: edipretoro Date: Mon, 9 Dec 2024 10:16:07 +0100 Subject: [PATCH] Adding rules to ignore CSV & JSON files for git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ad4a1f1..352d468 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.json +*.csv + # Created by https://www.toptal.com/developers/gitignore/api/python # Edit at https://www.toptal.com/developers/gitignore?templates=python