Skip to content

Commit

Permalink
Removed .vs folder files
Browse files Browse the repository at this point in the history
  • Loading branch information
erolaliyev committed Jan 19, 2021
1 parent 7790e7a commit d385e41
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
/src/Hosted/node_modules
/src/Hosted/legal
/src/Hosted/posts
/src/Hosted/.vs
/src/Client/.vs
/build
*.user
/.ionide
Expand Down
Binary file removed src/Hosted/.vs/Hosted/v16/.suo
Binary file not shown.
6 changes: 0 additions & 6 deletions src/Hosted/.vs/VSWorkspaceState.json

This file was deleted.

Binary file removed src/Hosted/.vs/slnx.sqlite
Binary file not shown.
1 change: 0 additions & 1 deletion src/Hosted/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,6 @@ module Site =
let header =
TrainingsTemplate.TrainingBody()
.Map(client <@ ClientSideCode.TalksAndPresentations.GMap(mapStyles) @>)
.ImageSliderInit(client <@ ClientSideCode.Swiper.Init() @>)
.Doc()
TrainingsTemplate()
.MenuBar(menubar config.Value)
Expand Down

0 comments on commit d385e41

Please sign in to comment.