From 43eda057f93b4fd7e6fe9c059b38c1a7caf921f0 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 3 Jan 2021 16:22:10 +0400 Subject: [PATCH] chore: add desktop.ini to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 45eeac2c0..f82cdf33a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ public/ # IntelliJ IDEA .idea/ + +# Windows +desktop.ini \ No newline at end of file