Repo reorg

This commit is contained in:
Daniel J. Summers 2021-10-26 11:31:40 -04:00
parent 5f47d15877
commit c1975a4c92
22 changed files with 8 additions and 19 deletions

View File

@ -16,7 +16,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Server\MyPrayerJournal.Server.fsproj" /> <ProjectReference Include="..\MyPrayerJournal\MyPrayerJournal.fsproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>

5
src/MyPrayerJournal/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
## LiteDB database file
*.db
## Development settings
appsettings.Development.json

View File

@ -24,8 +24,8 @@
<PackageReference Include="NodaTime" Version="3.0.9" /> <PackageReference Include="NodaTime" Version="3.0.9" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="../../../../Giraffe.Htmx/src/Htmx/Giraffe.Htmx.fsproj" /> <ProjectReference Include="../../../Giraffe.Htmx/src/Htmx/Giraffe.Htmx.fsproj" />
<ProjectReference Include="../../../../Giraffe.Htmx/src/ViewEngine.Htmx/Giraffe.ViewEngine.Htmx.fsproj" /> <ProjectReference Include="../../../Giraffe.Htmx/src/ViewEngine.Htmx/Giraffe.ViewEngine.Htmx.fsproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="wwwroot\" /> <Folder Include="wwwroot\" />

View File

@ -1,16 +0,0 @@
## LiteDB database file
*.db
## Auth0 settings
wwwroot/auth-config.json
## Web application compile output
wwwroot/favicon.ico
wwwroot/index.html
wwwroot/*.js
wwwroot/*.js.map
wwwroot/css
wwwroot/js
## Development settings
appsettings.Development.json