Add .gitignore, clean up build artifacts, add test scripts and configuration files
Some checks failed
Build Simple CLI / build (push) Failing after 1s
Some checks failed
Build Simple CLI / build (push) Failing after 1s
This commit is contained in:
parent
882552f4e7
commit
6aa6d32e1e
12 changed files with 128 additions and 185 deletions
7
etc/hosts
Normal file
7
etc/hosts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
127.0.0.1 localhost
|
||||
127.0.1.1 simple-cli
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
||||
Loading…
Add table
Add a link
Reference in a new issue