Files
lukeogburn.com/.gitignore
2020-06-26 21:05:09 -04:00

35 lines
332 B
Plaintext

## ignore everything
*
## allow these files
# css
!style.css
!style-dark.css
!style-light.css
#images
!walker.png
!moon.svg
# PHP pages
!index.php
!head.php
!about.php
!projects.php
!top.php
# fonts, from google fonts
!lato.ttf
!heebo.ttf
# other
!.gitignore
!README.md
!508.shtml
!504.shtml
!502.shtml
!404.shtml
!403.shtml