Browse Source

Ignores .yarn folder & .fig files

main
Eric Amodio 4 years ago
parent
commit
315c22a0e4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .vscodeignore

+ 2
- 0
.vscodeignore View File

@ -1,5 +1,6 @@
.github/** .github/**
.vscode/** .vscode/**
.yarn/**
dist/webviews/main.js dist/webviews/main.js
emoji/** emoji/**
images/docs/** images/docs/**
@ -7,6 +8,7 @@ images/**/*.pdn
node_modules/** node_modules/**
src/** src/**
test/** test/**
*.fig
*.map *.map
.eslintignore .eslintignore
.eslintrc.json .eslintrc.json

Loading…
Cancel
Save