# Rather than listing out what files are *not* included in the extension,
# list out the small subset of files that *are* included.
# For more information on `.vscodeignore` files, see:
# https://code.visualstudio.com/api/working-with-extensions/publishing-extension#.vscodeignore

**/*
!images/move.png
!out/src/**/*
!node_modules/**/*
!language-configuration.json
!move.tmLanguage.json
!package-lock.json
!package.json
!README.md
