Sha256: c4989a89e45a7d12465eb65255c9d4dd9bcb85ca56b0c75a7a125e97812d27ef
Contents?: true
Size: 906 Bytes
Versions: 3
Compression:
Stored size: 906 Bytes
Contents
[HTML5 Boilerplate homepage](http://html5boilerplate.com) | [Documentation table of contents](README.md) # Miscellaneous ## .gitignore HTML5 Boilerplate includes a basic project-level `.gitignore`. This should primarily be used to avoid certain project-level files and directories from being kept under source control. Different development-environments will benefit from different collections of ignores. OS-specific and editor-specific files should be ignored using a "global ignore" that applies to all repositories on your system. For example, add the following to your `~/.gitconfig`, where the `.gitignore` in your HOME directory contains the files and directories you'd like to globally ignore: ```gitignore [core] excludesfile = ~/.gitignore ``` * More on global ignores: http://help.github.com/ignore-files/ * Comprehensive set of ignores on GitHub: https://github.com/github/gitignore
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
luca-0.9.91 | site/html5bp-docs/misc.md |
luca-0.9.9 | site/html5bp-docs/misc.md |
luca-0.9.899 | site/html5bp-docs/misc.md |