mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
056aba8a9e
`nyc` is made by the Istanbul people and is meant to integrate nicely with Babel. Note that at the moment this is just a drop-in replacement of what we currently have in order to fix broken `npm run coverage`, therefore it does not support our recent ES6 stuff.
13 lines
265 B
Text
13 lines
265 B
Text
node_modules/
|
|
npm-debug.log
|
|
|
|
.nyc_output/
|
|
coverage/
|
|
|
|
# Built assets created at npm install/prepublish time
|
|
# See https://docs.npmjs.com/misc/scripts
|
|
client/fonts/
|
|
client/js/bundle.js
|
|
client/js/bundle.js.map
|
|
client/js/bundle.vendor.js
|
|
client/js/bundle.vendor.js.map
|