Skip to content

Commit ca8bd10

Browse files
authored
gitignore only fonts and minified css/js (#10)
1 parent fb825f6 commit ca8bd10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Project gitignore
2-
public
32
src/config/settings.json
43
.env.json
4+
5+
# Public assets gitignore
56
*.min.*
7+
fonts
68

79
# Nodejs gitignore template
810
# Obtained from https://github.com/github/gitignore/blob/master/Node.gitignore

0 commit comments

Comments
 (0)