Ignore .vscode directory to allow disabling js typechecking. (#712)
This commit is contained in:
parent
5dc1d416ef
commit
0865aabda4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,6 +12,7 @@ yarn-error.log
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.transifexrc
|
.transifexrc
|
||||||
.idea/
|
.idea/
|
||||||
|
.vscode/
|
||||||
/build/daemon*
|
/build/daemon*
|
||||||
/lbrytv/dist/
|
/lbrytv/dist/
|
||||||
/lbrytv/node_modules
|
/lbrytv/node_modules
|
||||||
|
|
Loading…
Reference in a new issue