diff options
| author | Mark Otto <[email protected]> | 2021-09-15 14:51:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-09-17 12:32:29 -0700 |
| commit | 0c22ef1c5f6f1bd66ccf6ff2645d7ecc5255e67a (patch) | |
| tree | 16fcf39652693e519064835f5936f1e574ed2efa /.gitignore | |
| parent | bdfb4cc54d29c0c7bcd7944d3c8de2e1cd41bb6c (diff) | |
| download | bootstrap-basic-sass-tests.tar.xz bootstrap-basic-sass-tests.zip | |
Add custom Sass debug testsbasic-sass-tests
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9817c7111..d1b460e88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # Ignore docs files /_site/ +# Ignore Sass tests +/test/output.css +/test/output.css.map # Hugo resources folder /resources/ |
