diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3622d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore everything by default +/* + +# Keep this file +!/.gitignore + +# Whitelist: pure static site source only +!/*.html +!/*.js +!/*.css + +# Whitelist: images used by the site +!/images/