Initial Vue.js project skeleton.

This commit is contained in:
Jonathan Bernard
2019-02-24 06:56:06 -07:00
parent 066e70b4bf
commit 1b91926d3a
41 changed files with 16147 additions and 2 deletions

25
.gitignore vendored
View File

@ -1,6 +1,27 @@
nimcache/
*.sw?
api/personal_measure_api
api/postgres.container.id
api/src/main/nim/personal_measure_apipkg/db
.DS_Store
node_modules
/dist
/web/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?