Skip to content

Instantly share code, notes, and snippets.

@fahadsiddiqui
Created November 27, 2023 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fahadsiddiqui/e29b67bd442308a72f3a2ec0133c9ff2 to your computer and use it in GitHub Desktop.
Save fahadsiddiqui/e29b67bd442308a72f3a2ec0133c9ff2 to your computer and use it in GitHub Desktop.
Generate .gitignore file for a Golang based basic project.
#!/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