Skip to content

Commit af13df9

Browse files
authored
Merge pull request #340 from dotkernel/hotfix/ignore-fonts
Ignore woff and woff2 fonts
2 parents 959500d + f11f1cf commit af13df9

File tree

5 files changed

+39
-37
lines changed

5 files changed

+39
-37
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
*.jpeg binary
55
*.svg binary
66
*.md diff=markdown
7+
*.woff export-ignore
8+
*.woff2 export-ignore

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/fonts/bootstrap-icons.woff

141 KB
Binary file not shown.

public/fonts/bootstrap-icons.woff2

103 KB
Binary file not shown.

public/js/app.js

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)