mirror of
https://github.com/danog/sass-site.git
synced 2025-01-21 21:31:34 +01:00
e355ce7779
- Add HTML5 Boilerplate as a starting base for prototyping out the content. - Convert files to Haml & Sass. - Begin homepage content. - Add Susy.
15 lines
393 B
Plaintext
15 lines
393 B
Plaintext
# 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
|