We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317a2ab commit 8f5e347Copy full SHA for 8f5e347
1 file changed
.gitignore
@@ -35,6 +35,9 @@ bld/
35
36
# Visual Studio 2015/2017 cache/options directory
37
.vs/
38
+.vscode/
39
+.idea/
40
+
41
# Uncomment if you have tasks that create the project's static files in wwwroot
42
#wwwroot/
43
@@ -363,4 +366,4 @@ MigrationBackup/
363
366
FodyWeavers.xsd
364
367
365
368
git rm --cached UserConfig.xml "UserConfig(BackUp).xml"
-git commit -m "Remove UserConfig files from tracking"
369
+git commit -m "Remove UserConfig files from tracking"
0 commit comments