Skip to content

Commit

Permalink
Clean up repository init
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtank committed Sep 3, 2021
1 parent c2c3ca1 commit c25be12
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
29 changes: 27 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
**/.vs
**/bin
**/obj
nupkgs/
*.min.js
*.suo
*.user
*.vsix
*~
/src/compiler/WebSharper.Core/netstandardtypes.txt
**/Scripts/WebSharper/
**/Content/WebSharper/
/tests/WebSharper.SPA.Tests/Content/
/build/
/packages/
/paket-files/
/tools/packages/
/tests/Web/downloads/
/msbuild/AssemblyInfo.fs
/.hg
/.vs
/msbuild.log
.fake
/.vscode/
/tests/WebSharper.SPA.Tests/Content/*
/netcore/
/netfx/
/.paket/fake.exe
/.paket/.store/
/.ionide
/tests/StressTesting/reports/
1 change: 0 additions & 1 deletion Sitelets/Sitelets.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<Compile Include="Middleware.fs" />
<Compile Include="UrlHelpers.fsi" />
<Compile Include="UrlHelpers.fs" />
<None Include="paket.references" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
Expand Down
1 change: 0 additions & 1 deletion Sitelets/paket.references

This file was deleted.

7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "5.0.301",
"rollForward": "latestPatch",
"allowPrerelease": false
}
}

0 comments on commit c25be12

Please sign in to comment.