mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 22:28:10 -05:00
Add a comment and link to more .gitignore info
A repository's `.gitignore` should be focused on ignoring files within the repo that we do not want to be committed. For example, a build directory. A global ignore is a better place for ignoring OS-level files, editor extensions, and files that you are always likely to want ignored (e.g. zip). Close #1065 Close #1120
This commit is contained in:
committed by
Nicolas Gallagher
parent
49089be067
commit
2a60c6b3d1
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
# Read about how to use .gitignore: http://h5bp.com/ae
|
||||
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
*.err
|
||||
|
||||
Reference in New Issue
Block a user