Skip to content

Instantly share code, notes, and snippets.

@agaviria
Last active April 27, 2016 20:57
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 agaviria/193889c9d821da658101 to your computer and use it in GitHub Desktop.
Save agaviria/193889c9d821da658101 to your computer and use it in GitHub Desktop.
gitignore for Go dev
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
.DS_Store
*.exe
# IDE
.idea
*.iml
.hg
# loaders
config.ini
notes.log
.notes/
.sass-cache/
bower_components/
app/secrets/appsecrets.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment