Compare commits

..

2 commits

Author SHA1 Message Date
d296c9d159 chore: do not ignore docs dir
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-04 11:52:43 +01:00
8af888d898 chore: ignore more files in config 2024-01-04 11:52:23 +01:00
2 changed files with 10 additions and 9 deletions

View file

@ -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
# #

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
/docs/
/lib/ /lib/
/bin/ /bin/
/.shards/ /.shards/