Nuxt/.gitignore

21 lines
179 B
Plaintext
Raw Normal View History

2016-10-26 11:40:55 +00:00
# dependencies
yarn.lock
node_modules
# logs
2017-03-05 14:44:01 +00:00
*.log
2016-10-26 11:40:55 +00:00
# other
.nuxt
2016-11-10 13:46:16 +00:00
2016-12-09 17:53:55 +00:00
# Dist folder
dist
2016-11-10 13:46:16 +00:00
# dist example generation
examples/**/dist
2016-12-09 17:53:55 +00:00
# Coverage support
coverage
*.lcov
.nyc_output