diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 15:01:06 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:49:01 -0700 |
| commit | bb5be0a2f9b9ed789e79603c106e8d2c7cf62305 (patch) | |
| tree | 84f95ba32d0b99098f94aa7004b44ba5adaeb8cb /.gitignore | |
| parent | 715e924217003446661ed0e6ff62a0a64ea8a510 (diff) | |
| download | bootstrap-bb5be0a2f9b9ed789e79603c106e8d2c7cf62305.tar.xz bootstrap-bb5be0a2f9b9ed789e79603c106e8d2c7cf62305.zip | |
add HTML5 validation of docs pages to the build
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0d74d48fe..5c7f05192 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,9 @@ nbproject *.komodoproject .komodotools +# grunt-html-validation +validation-staus.json + # Folders to ignore .hg .svn |
