Skip to content

Commit

Permalink
gitignore .eslintcache
Browse files Browse the repository at this point in the history
ember-cli#9391 added the `-cache` flag to the eslint script, so we should ignore the cache file.
  • Loading branch information
simonihmig authored Dec 10, 2020
1 parent 86cfb01 commit 8908cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/app/files/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/.env*
/.pnp*
/.sass-cache
/.eslintcache
/connect.lock
/coverage/
/libpeerconnection.log
Expand Down

0 comments on commit 8908cd3

Please sign in to comment.