summaryrefslogtreecommitdiffstats
path: root/lib/constants/ignoreFiles.js
blob: aac225eed6043c136d86f0cb0decc70b7879fc13 (plain)
1
2
3
4
5
6
// Files containing ignore pattner (sorted by priority)
module.exports = [
    '.ignore',
    '.gitignore',
    '.bookignore'
];