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:
|
||||
- ^\./\.git/.*
|
||||
- ^\./\.vagrant/.*
|
||||
- ^\./.git/
|
||||
- ^\./misc/.*
|
||||
- ^\./bin/.*
|
||||
- ^\./lib/.*
|
||||
- ^\./misc/.*
|
||||
- ^\./prompts/.*
|
||||
- ^\./LICENSE
|
||||
- ^\./Makefile
|
||||
- .*\.svg$
|
||||
- ^\./bin
|
||||
- ^\./lib
|
||||
- ^\./misc
|
||||
- LICENSE
|
||||
- prompts
|
||||
- Makefile
|
||||
|
||||
output_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/
|
||||
/bin/
|
||||
/.shards/
|
||||
|
|
Loading…
Reference in a new issue