Skip to content

Commit 31a17ab

Browse files
committed
Add missing favicon
1 parent 4437efc commit 31a17ab

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ erl_crash.dump
1717
*~
1818
*.sass-cache
1919

20-
# OS or Editor folders
20+
# OS or Editor files/dirs
2121
.DS_Store
2222
.cache
2323
.project
@@ -26,8 +26,11 @@ erl_crash.dump
2626
nbproject
2727
Thumbs.db
2828

29-
# NPM packages folder.
29+
# NPM packages
3030
node_modules/
3131

32-
# Brunch output folder.
33-
public/
32+
# Compiled Assets
33+
public/*
34+
!public/assets
35+
public/assets/*
36+
!public/assets/favicon.*

public/assets/favicon.ico

318 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)