From abd5b3cd66126c25fd0a0a9aced041209ff88e4f Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Thu, 26 Dec 2024 22:55:23 -0300 Subject: [PATCH] Track .pdf files with Git LFS --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6987130..455ac17 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ +# understands both .py and .ipynb as python files *.py linguist-language=python *.ipynb linguist-language=python + +# Add pdf files to the GitHub Large File System (LFS) Tracking *.pdf filter=lfs diff=lfs merge=lfs -text