Reorg repo, add new Vue 3 app

This commit is contained in:
2021-09-19 20:52:21 -04:00
parent c1f6054e15
commit ea29f0572f
28 changed files with 30580 additions and 7 deletions

14
.gitignore vendored
View File

@@ -257,12 +257,12 @@ paket-files/
# Compiled files / application
src/build
src/MyPrayerJournal.Api/wwwroot/favicon.ico
src/MyPrayerJournal.Api/wwwroot/index.html
src/MyPrayerJournal.Api/wwwroot/*.js
src/MyPrayerJournal.Api/wwwroot/*.js.map
src/MyPrayerJournal.Api/wwwroot/css
src/MyPrayerJournal.Api/wwwroot/js
src/MyPrayerJournal.Api/appsettings.Development.json
src/MyPrayerJournal/Api/wwwroot/favicon.ico
src/MyPrayerJournal/Api/wwwroot/index.html
src/MyPrayerJournal/Api/wwwroot/*.js
src/MyPrayerJournal/Api/wwwroot/*.js.map
src/MyPrayerJournal/Api/wwwroot/css
src/MyPrayerJournal/Api/wwwroot/js
src/MyPrayerJournal/Api/appsettings.Development.json
/build
src/*.exe