Environment swap (#21)

Moved the server-side to an F# API with RethinkDB; the client is now a Vue 3 app
This commit was merged in pull request #21.
This commit is contained in:
2021-08-09 23:23:50 -04:00
committed by GitHub
parent d1c41d0329
commit ce96973c51
177 changed files with 19683 additions and 5906 deletions

23
src/JobsJobsJobs/App/.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
.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?