diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..662c882 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# For projects using middleman (http://middlemanapp.com/) + +# Default output directory +build + +# Gemfile lock file +Gemfile.lock + +# Bundler cache and config +.bundle + +# Sass' cache +.sass-cache