# Ignore everything by default
/*

# Keep this file
!/.gitignore

# Whitelist: pure static site source only
!/*.html
!/*.js
!/*.css

# Whitelist: SEO files
!/sitemap.xml
!/robots.txt

# Whitelist: images used by the site
!/images/
