37 lines
347 B
Plaintext
37 lines
347 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode/*
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
!.vscode/*.code-snippets
|
|
|
|
# script
|
|
/vuexy-scripts
|
|
|
|
# Docs
|
|
/docs/.temp
|
|
|
|
# Yarn
|
|
.yarn/
|
|
.yarnrc.yml
|
|
package-lock.json
|
|
yarn.lock
|
|
pkg/
|