Merge pull request #197 from thornbill/add-vscode-config

Add VSCode config
This commit is contained in:
Bill Thornton 2020-12-30 12:25:12 -05:00 committed by GitHub
commit a742b26076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,5 @@ npm-debug.*
*.p12
*.key
*.mobileprovision
.vscode
.yarn
.pnp.js

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

@ -0,0 +1,5 @@
{
"files.associations": {
"*.staticjs": "javascript"
}
}