add git ignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
anix.exe
|
@ -4,4 +4,10 @@ A simple CLI that will auto generate a list of animal + occupation pairs.
|
|||||||
|
|
||||||
## Why?
|
## Why?
|
||||||
|
|
||||||
I made this so I could come up with some fun ideas to model in 3D. But it can be used or modified for a bunch of random idea generation.
|
I made this so I could come up with some fun ideas to model in 3D. But it can be used or modified for a bunch of random idea generation.
|
||||||
|
|
||||||
|
## How?
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go build -o ./anix
|
||||||
|
```
|
Reference in New Issue
Block a user