Skip to content

Commit

Permalink
update gitignore with .nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
sdras committed Dec 2, 2017
1 parent 132a97c commit 4fcae74
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,20 @@ jspm_packages
*.tgz

# Yarn Integrity file
.yarn-integrity
.yarn-integrity

# Other
.nuxt
.cache

# Dist folder
dist

# Dist example generation
examples/**/dist

# Coverage support
coverage
*.lcov
.nyc_output
.vscode

0 comments on commit 4fcae74

Please sign in to comment.