Skip to content

Commit

Permalink
Add .cache directory to default ignore (#59)
Browse files Browse the repository at this point in the history
This is the cache directory used by https://parceljs.org/
  • Loading branch information
azz authored and leo committed Jan 4, 2018
1 parent e564a24 commit 756f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/listening.js
Expand Up @@ -75,7 +75,7 @@ module.exports = async (server, inUse, flags, sockets) => {
usePolling: flags.poll,
ignoreInitial: true,
ignored: [
/\.git|node_modules|\.nyc_output|\.sass-cache|coverage/,
/\.git|node_modules|\.nyc_output|\.sass-cache|coverage|\.cache/,
/\.swp$/
]
}
Expand Down

0 comments on commit 756f52c

Please sign in to comment.