From 7330ed50873dcf04b5760c57f7d8f51ab5ba81b8 Mon Sep 17 00:00:00 2001 From: SweptWasTaken Date: Mon, 10 May 2021 00:07:45 -0700 Subject: [PATCH] Adds desktop.ini to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 98164b71c9..2c658fb7ea 100644 --- a/.gitignore +++ b/.gitignore @@ -288,3 +288,5 @@ ehthumbs.db # Merge driver stuff Content.Tools/test/out.yml +# Windows +desktop.ini \ No newline at end of file