add git ignore

This commit is contained in:
2024-08-13 00:30:17 -06:00
parent ddf966e17b
commit 5e1781effe
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
anix.exe

View File

@ -4,4 +4,10 @@ A simple CLI that will auto generate a list of animal + occupation pairs.
## 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
```