111
This commit is contained in:
parent
dbf62feea9
commit
660379d2b8
14 changed files with 1498 additions and 3206 deletions
46
.gitignore
vendored
46
.gitignore
vendored
|
|
@ -1,24 +1,48 @@
|
|||
# Nuxt dev/build outputs
|
||||
# Nuxt Dev/Build/Output
|
||||
.nuxt
|
||||
.output
|
||||
.data
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
dist
|
||||
|
||||
# Node dependencies
|
||||
# Node Modules
|
||||
node_modules
|
||||
*_node_modules
|
||||
jspm_packages
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.fleet
|
||||
.idea
|
||||
|
||||
# Local env files
|
||||
# Environment Variables
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.env.production
|
||||
.env.development
|
||||
.env.local
|
||||
*.env
|
||||
*.env.*
|
||||
|
||||
# Testing
|
||||
coverage
|
||||
.nyc_output
|
||||
|
||||
# Editor/OS Files
|
||||
.DS_Store
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
thumbs.db
|
||||
|
||||
# Lock files (optional, recommended to keep package-lock.json but ignore others if mixed)
|
||||
# yarn.lock
|
||||
# pnpm-lock.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue