From 9d9d1f99cfbb480bb9b2b293b59982c51b4d1d9b Mon Sep 17 00:00:00 2001 From: jbohack Date: Sun, 25 Dec 2022 16:51:44 -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