add .eslintcache to gitignore

This commit is contained in:
Steffen Vogel 2021-03-08 13:39:17 +01:00
parent 34e26c293c
commit 8063e017d1
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ yarn-error.log*
.vscode/
*.code-workspace
package-lock.json
.eslintcache