Skip to content

Commit

Permalink
Add .eslintcache to Git ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepsteak committed Oct 30, 2020
1 parent 3008a5b commit 7d74490
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ yarn-error.log*
/.changelog
.npm/
yarn.lock
.eslintcache
1 change: 1 addition & 0 deletions packages/cra-template-typescript/template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
1 change: 1 addition & 0 deletions packages/cra-template/template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ build
.DS_Store
.env
npm-debug.log
.eslintcache

0 comments on commit 7d74490

Please sign in to comment.