From c039fc6142fe3553a1e0d7c42d98985a85cb34de Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Fri, 16 Feb 2024 06:45:28 -0600 Subject: [PATCH] Ignore temporary files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index abcc2be..f66e4a3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,8 @@ playdate-test-* *.obj *.lst +# Temporary Files +*~ + # Node.js node_modules/