diff options
author | Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> | 2021-09-12 03:02:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 03:02:20 +0200 |
commit | 49ec6fd170faf8c745fe2757461fd35f7810248d (patch) | |
tree | 1677c0e43a4540e95c3d5d9acfa0793aac687cfe | |
parent | b0012e4930d0a8c350254a3caeedf7441ea286a3 (diff) | |
download | gitignore-49ec6fd170faf8c745fe2757461fd35f7810248d.tar.gz gitignore-49ec6fd170faf8c745fe2757461fd35f7810248d.zip |
feat(node): added `.stylelintcache` for stylelint
-rw-r--r-- | Node.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index 0125458e..2d8f1e7a 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -54,6 +54,9 @@ web_modules/ # Optional eslint cache .eslintcache +# Optional stylelint cache +.stylelintcache + # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ |