Files
Samy Pessé 4336fdb241 Base
2016-04-22 11:00:21 +02:00

7 lines
129 B
JavaScript

// Files containing ignore pattner (sorted by priority)
module.exports = [
'.ignore',
'.gitignore',
'.bookignore'
];