2012-05-05 06:11:11 +02: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-26 06:39:52 +01:00
|
|
|
# Ignore cache
|
2012-05-05 06:11:11 +02:00
|
|
|
/.sass-cache
|
2014-03-26 06:39:52 +01:00
|
|
|
/.cache
|
2013-06-23 05:53:10 +02:00
|
|
|
|
|
|
|
# Ignore .DS_store file
|
2013-06-24 23:26:58 +02:00
|
|
|
.DS_Store
|