31 lines
258 B
Plaintext
31 lines
258 B
Plaintext
node_modules
|
|
.nuxt
|
|
dist
|
|
|
|
.git
|
|
.github
|
|
.gitignore
|
|
.editorconfig
|
|
.prettierrc
|
|
|
|
README.md
|
|
docker-compose.yml
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
.env
|
|
.env.*
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.DS_Store
|
|
.idea
|
|
coverage
|
|
.cache
|
|
.nyc_output
|
|
*.swp
|
|
|
|
yarn.lock
|