2012-05-04 21:11:11 -07:00
|
|
|
# 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
|
|
|
|
|
2014-03-25 22:39:52 -07:00
|
|
|
# Ignore cache
|
2012-05-04 21:11:11 -07:00
|
|
|
/.sass-cache
|
2014-03-25 22:39:52 -07:00
|
|
|
/.cache
|
2013-06-22 22:53:10 -05:00
|
|
|
|
|
|
|
# Ignore .DS_store file
|
2013-06-24 14:26:58 -07:00
|
|
|
.DS_Store
|