chore: ignore more files in config
This commit is contained in:
parent
31d9b6bcda
commit
8af888d898
1 changed files with 10 additions and 8 deletions
|
@ -1,19 +1,21 @@
|
|||
---
|
||||
|
||||
ignore_list:
|
||||
- ^\./.git/
|
||||
- ^\./\.git/.*
|
||||
- ^\./\.vagrant/.*
|
||||
- ^\./misc/.*
|
||||
- ^\./bin
|
||||
- ^\./lib
|
||||
- ^\./misc
|
||||
- LICENSE
|
||||
- prompts
|
||||
- Makefile
|
||||
- ^\./bin/.*
|
||||
- ^\./lib/.*
|
||||
- ^\./misc/.*
|
||||
- ^\./prompts/.*
|
||||
- ^\./LICENSE
|
||||
- ^\./Makefile
|
||||
- .*\.svg$
|
||||
|
||||
output_file_path: null
|
||||
|
||||
header_prompt_file_path: null
|
||||
|
||||
footer_prompt_file_path: prompts/footer.txt
|
||||
footer_prompt_file_path: null
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue