Finish work on Vue Ajax project
+ Convert to Vue SFC + Use NPM and vue-cli to generate and serve project + README instructions
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,5 +1,33 @@
|
||||
# JetBrains
|
||||
**/.idea/**
|
||||
# NPM
|
||||
**/node_modules/**
|
||||
|
||||
# Vue
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user