Skip to content

Commit 83e5f04

Browse files
committed
Added non-minified bootstrap.css.
Updated ignore list.
1 parent 8e40ac8 commit 83e5f04

File tree

3 files changed

+6533
-1
lines changed

3 files changed

+6533
-1
lines changed

.hgignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
syntax: glob
12
bin
23
obj
3-
syntax: glob
44
*.suo
55
*.user
66
packages/*/*
7+
RealmData/*.storage.xml
8+
9+
syntax: regexp
10+
Guncho.Site/app/.*\.js(\.map)?

Guncho.Site/Guncho.Site.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
<Content Include="app\views\listRealms.html" />
2424
<Content Include="app\views\login.html" />
2525
<Content Include="app\views\play.html" />
26+
<Content Include="content\css\bootstrap.css" />
2627
<Content Include="content\css\bootstrap.min.css" />
28+
<Content Include="content\css\loading-bar.css" />
2729
<Content Include="content\css\site.css" />
2830
<Content Include="content\css\loading-bar.min.css" />
2931
<Content Include="content\fonts\glyphicons-halflings-regular.svg" />

0 commit comments

Comments
 (0)