From ee10bb54453f3e7f45e1fac6c010820409b8b9ed Mon Sep 17 00:00:00 2001 From: _youteakay Date: Tue, 20 Feb 2024 18:45:24 +0530 Subject: [PATCH] Updated .gittatributes -added necessary attributes. -replaced the pre-existing function --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0a3bf1e..52b66ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ # To ignore prompt numbers and cell output when adding any notebook. # See https://github.com/adrn/DropOutput for configuration. -*.ipynb filter=clean_ipynb +#*.ipynb filter=clean_ipynb : this package was not working and returning larger diffs +*.ipynb filter= nbstripout +*.ipynb diff=jupyternotebook