-
-
Notifications
You must be signed in to change notification settings - Fork 92
.vscodeignore #57
Copy link
Copy link
Closed
Labels
hacktoberfestThis repository participates in the HacktoberfestThis repository participates in the Hacktoberfesttype-task
Milestone
Metadata
Metadata
Assignees
Labels
hacktoberfestThis repository participates in the HacktoberfestThis repository participates in the Hacktoberfesttype-task
Type
Fields
Give feedbackNo fields configured for issues without a type.
A
.vscodeignorefile 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 productioncircle.yml- Only relevant for CI builds, no usage in productiongulpfile.js- Only relevant for development and during compile time, no usage in productionyarn.lock- Only relevant for development by Yarn, no usage in productionAll 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.