33 lines
329 B
Plaintext
33 lines
329 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
/TEMP
|
|
|
|
# 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
|
|
|
|
[Table Engine Example] Matters.vue
|