kuritka
29f57d1010
GO: Added link to allow list template
...
Signed-off-by: kuritka <kuritka@gmail.com>
2021-12-13 15:10:58 +01:00
Lucas Bremgartner
fbc053fe49
Go: Ignore Go workspace file go.work
...
With Go 1.18, support for Go workspaces will land.
Go workspaces are configured in `go.work`, which
contains paths to local development versions of
modules and therefore is not expected to be
commited.
See:
* https://github.com/golang/go/issues/45713
2021-11-13 18:14:24 +01:00
Mahmudul Haque
5c5a1b536b
ignore vendor directory ( #3033 )
2019-05-05 10:37:09 -03:00
Tej Chajed
15736d477b
[Go] Fix typo in comment
2018-11-29 07:58:06 -05:00
Max Schmitt
b25db7156b
Go: Add '*.exe~' to .gitignore
...
When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix.
558eeb2d85/src/cmd/go/internal/work/exec.go (L1165-L1170)
2018-01-01 20:57:36 +01:00
bndw
3bb1ab44b3
Remove .glide/ ignore
...
This was a workaround for https://github.com/Masterminds/glide/issues/736
Signed-off-by: bndw <benjamindwoodward@gmail.com>
2017-10-23 22:43:41 -07:00
Alexey Palazhchenko
c94ee9a8e7
Add plugins for Mac.
2017-01-30 17:48:28 +03:00
Alexey Palazhchenko
d1bed7cdad
Add patterns for plugins.
2017-01-30 17:42:26 +03:00
Alexey Palazhchenko
0dae103110
Update Go git ignore patterns.
2017-01-30 17:09:30 +03:00
Evan Culver
acec206ed7
Ignore project-local Glide cache
2017-01-23 17:51:10 -08:00
Matthew Gerstman
29826098e0
Standardize comment capitalization
2016-11-30 08:37:24 -05:00
futabooo
14740a52c5
Add vendor folder to Go.gitignore
2016-09-27 10:42:20 +09:00
Luca Corbatto
3e8be298da
Added comment to *.out entry
2016-05-11 16:05:23 +02:00
Luca Corbatto
f4e43487f4
Add "*.out" to Go.gitignore
...
The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
2015-03-01 10:13:43 +01:00
Michalis Kargakis
8a28b1c4c6
Ignore profile files
2014-06-06 16:53:21 +03:00
Jonathan Rudenberg
4500b29b31
Ignore Go test files
2013-07-19 11:44:46 -04:00
Clement Skau
3d54ffb5fd
Added Go.gitignore
2010-11-10 03:43:58 +08:00