Skip to content

.vscodeignore #57

@arcticicestudio

Description

@arcticicestudio

A .vscodeignore file should be added decrease the size of the distributed extension package.

Files and folders that should be ignored:

  • assets/ - There is no need to package assets, they are linked to the GitHub repository in all documents
  • .github/**
  • .vscode/**
  • node_modules - Only used during compile time
  • .editorconfig - Only relevant for development, no usage in production
  • .eslintrc.js - Only relevant for development and testing, no usage in production
  • .gitignore - Only relevant for Git, no usage in production
  • .npmrc - Only relevant for development and during compile time by npm, no usage in production
  • .travis.yml - Only relevant for CI builds, no usage in production
  • circle.yml - Only relevant for CI builds, no usage in production
  • gulpfile.js - Only relevant for development and during compile time, no usage in production
  • yarn.lock - Only relevant for development by Yarn, no usage in production

All entries should be ordered first by their type starting with folders/directory structures and followed by single files. All entries should be sorted alphabetically irrespective of their type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    hacktoberfestThis repository participates in the Hacktoberfesttype-task

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions