49 lines
432 B
Plaintext
49 lines
432 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
.pnpm-debug.log*
|
|
|
|
# Nuxt build output
|
|
.output
|
|
.nuxt
|
|
dist
|
|
.nitro
|
|
.cache
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation
|
|
*.md
|
|
LICENSE
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose*.yml
|
|
|
|
# CI/CD
|
|
.github
|
|
.gitlab-ci.yml
|
|
.travis.yml |