mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 12:31:01 +01:00
a39f1e0f9b
I added a sample etc/hosts file and a sample requirements.txt file. I didn't know there was already a sample YAML file because it wasn't ticked in the issue so I added some extra syntax that I had in my own to the previous example.yaml file.
9 lines
614 B
INI
Vendored
9 lines
614 B
INI
Vendored
[38;2;117;113;94m#this is a comment in the hosts file[0m
|
||
[38;2;190;132;255m127.0.0.1[0m[38;2;248;248;242m [0m[38;2;249;38;114m localhost[0m
|
||
|
||
[38;2;190;132;255m192.168.0.1[0m[38;2;248;248;242m sample.test [0m[38;2;117;113;94m#a comment[0m
|
||
[38;2;190;132;255m192.160.0.200[0m[38;2;248;248;242m try.sample.test try [0m[38;2;117;113;94m#another comment[0m
|
||
[38;2;190;132;255m216.58.223.238[0m[38;2;248;248;242m google.com[0m
|
||
|
||
[38;2;190;132;255m::1[0m[38;2;249;38;114m localhost[0m[38;2;248;248;242m.try[0m[38;2;249;38;114m ip6-localhost[0m
|