good for new contributors 2 use the same settings

This commit is contained in:
Skillz4Killz
2020-12-15 14:04:23 -05:00
parent 169dfc923b
commit 2a27466a7e
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -12,8 +12,5 @@ dist/
public/
.cache/
# Visual Studio Code
.vscode/
# IntelliJ IDEA
.idea/

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"deno.enable": true,
}