Repo reorg
This commit is contained in:
parent
5f47d15877
commit
c1975a4c92
|
@ -16,7 +16,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Server\MyPrayerJournal.Server.fsproj" />
|
||||
<ProjectReference Include="..\MyPrayerJournal\MyPrayerJournal.fsproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
5
src/MyPrayerJournal/.gitignore
vendored
Normal file
5
src/MyPrayerJournal/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
## LiteDB database file
|
||||
*.db
|
||||
|
||||
## Development settings
|
||||
appsettings.Development.json
|
|
@ -24,8 +24,8 @@
|
|||
<PackageReference Include="NodaTime" Version="3.0.9" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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/Htmx/Giraffe.Htmx.fsproj" />
|
||||
<ProjectReference Include="../../../Giraffe.Htmx/src/ViewEngine.Htmx/Giraffe.ViewEngine.Htmx.fsproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\" />
|
16
src/MyPrayerJournal/Server/.gitignore
vendored
16
src/MyPrayerJournal/Server/.gitignore
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user