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:
|
ignore_list:
|
||||||
- ^\./.git/
|
- ^\./\.git/.*
|
||||||
|
- ^\./\.vagrant/.*
|
||||||
- ^\./misc/.*
|
- ^\./misc/.*
|
||||||
- ^\./bin
|
- ^\./bin/.*
|
||||||
- ^\./lib
|
- ^\./lib/.*
|
||||||
- ^\./misc
|
- ^\./misc/.*
|
||||||
- LICENSE
|
- ^\./prompts/.*
|
||||||
- prompts
|
- ^\./LICENSE
|
||||||
- Makefile
|
- ^\./Makefile
|
||||||
|
- .*\.svg$
|
||||||
|
|
||||||
output_file_path: null
|
output_file_path: null
|
||||||
|
|
||||||
header_prompt_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