Skip to content

Remove node_modules and dist folders and add them to .gitignore

Dependencies and auto-generated files shouldn't be tracked with version control in order to keep the repository lighter. You can see this for example on the .gitignore that is generated with the vue-cli tools: https://github.com/vuejs/vue-cli/blob/dev/packages/%40vue/cli-service/generator/template/_gitignore

Merge request reports