11 lines
107 B
Text
11 lines
107 B
Text
# ignore everything
|
|
*
|
|
|
|
# allow
|
|
!.gitignore
|
|
!index.html
|
|
!style.css
|
|
!script.js
|
|
!robots.txt
|
|
!fonts/
|
|
!fonts/**
|