2019-11-13 21:02:44 +00:00
|
|
|
.DS_Store
|
|
|
|
node_modules
|
|
|
|
/dist
|
|
|
|
|
|
|
|
# local env files
|
2019-12-05 03:32:33 +00:00
|
|
|
.env
|
2019-11-13 21:02:44 +00:00
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
2019-11-29 00:21:44 +00:00
|
|
|
yarn.lock
|
|
|
|
|
2019-11-13 21:02:44 +00:00
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2019-12-05 21:26:45 +00:00
|
|
|
|
2019-12-19 23:19:38 +00:00
|
|
|
src/store/auth.js
|
|
|
|
src/config.js
|