Explorar el Código

Excludes more files from packaging

main
Eric Amodio hace 4 años
padre
commit
553e9699c1
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +1
    -1
      .gitignore
  2. +2
    -1
      .vscodeignore

+ 1
- 1
.gitignore Ver fichero

@ -1,5 +1,5 @@
.eslintcache
.vscode-clean
.vscode-clean/**
dist
node_modules
images/settings

+ 2
- 1
.vscodeignore Ver fichero

@ -1,14 +1,15 @@
.github/**
.vscode/**
.vscode-clean/**
.yarn/**
dist/webviews/*.css
emoji/**
images/docs/**
images/**/*.pdn
node_modules/**
src/**
test/**
**/*.fig
**/*.pdn
.eslintcache
.eslintignore
.eslintrc.json

Cargando…
Cancelar
Guardar