Skip to content

Commit 37219a7

Browse files
Remove eslint cache from source control (#536)
1 parent dc07b65 commit 37219a7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.cache/eslint

Lines changed: 0 additions & 1 deletion
This file was deleted.

.cache/prettier

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pids
1111
*.seed
1212
*.pid.lock
1313

14+
# Eslint cache
15+
.cache
16+
1417
# node-waf configuration
1518
.lock-wscript
1619

@@ -67,4 +70,4 @@ Thumbs.db
6770
.scannerwork
6871

6972
# Code coverage
70-
coverage
73+
coverage

0 commit comments

Comments
 (0)