Created
November 27, 2023 05:36
-
-
Save fahadsiddiqui/e29b67bd442308a72f3a2ec0133c9ff2 to your computer and use it in GitHub Desktop.
Generate .gitignore file for a Golang based basic project.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
wget https://www.toptal.com/developers/gitignore/api/go -O .gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment