From d01d32582c2c7c5bc68ec01525304466dd272aa1 Mon Sep 17 00:00:00 2001 From: Jaap Marsman Date: Sun, 6 Nov 2022 15:01:02 +0800 Subject: [PATCH] ignoring pdf files for now in git commits --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d772747..02444f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Mac-specific .DS_Store +*.pdf # ---> Godot # Godot-specific ignores @@ -16,4 +17,4 @@ export_presets.cfg data_*/ # Password protected stuff -.lfsconfig \ No newline at end of file +.lfsconfig