From cb414f583e108f07cb7101edaf752804a19a1b04 Mon Sep 17 00:00:00 2001 From: Spencer Jones Date: Thu, 14 Nov 2024 08:31:10 -0700 Subject: [PATCH] update gitignore for jetbrains --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dcbb0e3..3e3c674 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ bld/ [Ll]og/ [Ll]ogs/ +# Jetbrains +.idea/ + # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot @@ -361,4 +364,4 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd