Compare commits
2 commits
91bee1621f
...
595cdb8f3a
Author | SHA1 | Date | |
---|---|---|---|
595cdb8f3a | |||
11b452b438 |
3 changed files with 19 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -16,7 +16,6 @@ test:
|
|||
install:
|
||||
install \
|
||||
-m 755 \
|
||||
-o root \
|
||||
bin/code-preloader \
|
||||
$(PREFIX)/bin
|
||||
|
||||
|
|
19
misc/code_preloader.sample.yml
Normal file
19
misc/code_preloader.sample.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
|
||||
ignore_list:
|
||||
- ^\./.git/
|
||||
- ^\./misc/.*
|
||||
- ^\./bin
|
||||
- ^\./lib
|
||||
- ^\./misc
|
||||
- LICENSE
|
||||
- prompts
|
||||
- Makefile
|
||||
|
||||
output_file_path: null
|
||||
|
||||
header_prompt_file_path: null
|
||||
|
||||
footer_prompt_file_path: prompts/footer.txt
|
||||
|
||||
#
|
Loading…
Reference in a new issue