Skip to content

Instantly share code, notes, and snippets.

@jtelesforoantonio
Created April 20, 2020 20:41
Show Gist options
  • Save jtelesforoantonio/f97ef3db9e54dec728a8c01454736276 to your computer and use it in GitHub Desktop.
Save jtelesforoantonio/f97ef3db9e54dec728a8c01454736276 to your computer and use it in GitHub Desktop.
Gitignore file for Vue
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment