2016-10-26 11:40:55 +00:00
|
|
|
# dependencies
|
|
|
|
node_modules
|
2017-03-24 14:48:51 +00:00
|
|
|
examples/**/*/yarn.lock
|
2016-10-26 11:40:55 +00:00
|
|
|
|
|
|
|
# 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
|
2017-04-17 13:27:32 +00:00
|
|
|
.vscode
|
2017-05-11 09:10:58 +00:00
|
|
|
|
|
|
|
# Intellij idea
|
|
|
|
*.iml
|
|
|
|
.idea
|
2017-07-03 10:11:20 +00:00
|
|
|
|
|
|
|
# Macos
|
|
|
|
.DS_Store
|