Tiny command line tool to create gitignore.
Enter the development environment name or program language name in the argument,
the target environment .gitignore will be downloaded from github,
Create a .gitignore file in the current directory.
If a .gitignore file already exists, it will not be overwritten.
$ go install github.com/sharkattack51/getgitignore@latest
$ [~/Desktop] mkdir test
$ [~/Desktop] cd ./test
$ [~/Desktop/test] getgitignore unity
getgitignore: [success] /Users/sharkattack51/Desktop/test/.gitignore