# Ignore everything by default
/*

# Keep this file
!/.gitignore

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

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