Augmented gitignore to exclude everything but the dummy text file
This commit is contained in:
parent
26a97546e6
commit
e11fef0f85
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
*~
|
||||
theme-compiled.css
|
||||
font/*.ttf
|
||||
font/*
|
||||
!font/*.txt
|
||||
*.jpg
|
||||
|
|
Loading…
Reference in a new issue