diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-06 15:39:51 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-06 15:39:51 +0200 |
commit | 54081880a975764171560b47d815e40227966051 (patch) | |
tree | 6142012af962e90ee6f1bc20bc7124b893bb9a3b /.gitignore |
initial commit with barebones middleman app
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c779352 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile ~/.gitignore_global + +# Ignore bundler config +/.bundle + +# Ignore the build directory +/build + +# Ignore Sass' cache +/.sass-cache + +# Ignore .DS_store file +.DS_Store |