mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
// Files containing ignore pattner (sorted by priority)
|
|
module.exports = [
|
|
'.ignore',
|
|
'.gitignore',
|
|
'.bookignore'
|
|
];
|