From 0b3771f401e095af2205166311ad2fefab209ad9 Mon Sep 17 00:00:00 2001 From: jbohack Date: Sun, 25 Dec 2022 16:52:49 -0500 Subject: [PATCH] ignore visual studio folders --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d49106294..6cc4ba7d9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ Brewfile.lock.json # Visual Studio Code .vscode/ +# Visual Studio +.vs/ + # legendary cmake's build CMakeLists.txt @@ -64,4 +67,4 @@ PVS-Studio.log # Automate files, etc automate.py fbt_options.py -commitnotes.md \ No newline at end of file +commitnotes.md