Initial Vue.js project skeleton.
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@ -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?
|
||||
|
Reference in New Issue
Block a user