UNPKG

199 BPlain TextView Raw
1# dependencies
2node_modules
3
4# logs
5npm-debug.log
6
7# Nuxt build
8.nuxt
9
10# Nuxt generate
11dist
12
13# IDE Configurations
14vscode
15.idea
16*.iml
17
18# OSX
19.DS_Store
20
21# Service worker generated files
22sw.*
23workbox-*