From a171beb25c933ddd715d516a55f3264693d143c2 Mon Sep 17 00:00:00 2001 From: superdimensional Date: Sat, 1 May 2021 19:22:56 -0400 Subject: [PATCH] ignore backup type files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a25d4b3..dc5c72f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ __pycache__/ test.py -main.py \ No newline at end of file +main.py + +res/*png~ \ No newline at end of file