Skip to content

Commit

Permalink
(automated) Added .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YashTotale committed Jan 17, 2021
1 parent 13a7e07 commit 915c5fb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"files.associations": {
".gitignore": "ignore",

".env": "text",
".env.example": "text",

".markdownlintignore": "ignore",
".markdownlintrc": "json",

".prettierignore": "ignore",
".prettierc": "json",

".eslintignore": "ignore",
".eslintrc": "json",

".huskyrc": "json",
".lintstagedrc": "json",

".snyk": "yaml"
}
}

0 comments on commit 915c5fb

Please sign in to comment.