From 904a81165cbd8db2ea5ed48c875e4cffb1bb1a89 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Sat, 20 Jul 2024 08:00:41 -0700 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b79c523..694d5fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,5 @@ { "files.associations": { - ".gitignore": "ignore", - ".env": "text", ".env.example": "text", @@ -17,7 +15,6 @@ ".huskyrc": "json", ".lintstagedrc": "json", - ".snyk": "yaml", ".imgbotconfig": "json" } }