Skip to content

Commit c52a14c

Browse files
committed
Add .eslintcache to .gitignore.
1 parent 9d4d3b0 commit c52a14c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99

10+
# Build related
1011
node_modules
1112
.DS_Store
1213
dist
1314
dist-ssr
1415
coverage
1516
*.local
17+
.eslintcache
1618

1719
/cypress/videos/
1820
/cypress/screenshots/

0 commit comments

Comments
 (0)