Compare commits
No commits in common. "d296c9d159e97c48bbaa5f14b79224cca09bd61f" and "31d9b6bcda109aa3a406b4057ad17466029e76d7" have entirely different histories.
d296c9d159
...
31d9b6bcda
2 changed files with 9 additions and 10 deletions
|
@ -1,21 +1,19 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
ignore_list:
|
ignore_list:
|
||||||
- ^\./\.git/.*
|
- ^\./.git/
|
||||||
- ^\./\.vagrant/.*
|
|
||||||
- ^\./misc/.*
|
- ^\./misc/.*
|
||||||
- ^\./bin/.*
|
- ^\./bin
|
||||||
- ^\./lib/.*
|
- ^\./lib
|
||||||
- ^\./misc/.*
|
- ^\./misc
|
||||||
- ^\./prompts/.*
|
- LICENSE
|
||||||
- ^\./LICENSE
|
- prompts
|
||||||
- ^\./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: null
|
footer_prompt_file_path: prompts/footer.txt
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/docs/
|
||||||
/lib/
|
/lib/
|
||||||
/bin/
|
/bin/
|
||||||
/.shards/
|
/.shards/
|
||||||
|
|
Loading…
Add table
Reference in a new issue