1# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
2# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,go
3# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos,go
4
5### Go ###
6# If you prefer the allow list template instead of the deny list, see community template:
7# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
8#
9# Binaries for programs and plugins
10*.exe
11*.exe~
12*.dll
13*.so
14*.dylib
15
16# Test binary, built with `go test -c`
17*.test
18
19# Output of the go coverage tool, specifically when used with LiteIDE
20*.out
21
22# Dependency directories (remove the comment below to include it)
23# vendor/
24
25# Go workspace file
26go.work
27
28### Go Patch ###
29/vendor/
30/Godeps/
31
32### macOS ###
33# General
34.DS_Store
35.AppleDouble
36.LSOverride
37
38# Icon must end with two \r
39Icon
40
41
42# Thumbnails
43._*
44
45# Files that might appear in the root of a volume
46.DocumentRevisions-V100
47.fseventsd
48.Spotlight-V100
49.TemporaryItems
50.Trashes
51.VolumeIcon.icns
52.com.apple.timemachine.donotpresent
53
54# Directories potentially created on remote AFP share
55.AppleDB
56.AppleDesktop
57Network Trash Folder
58Temporary Items
59.apdisk
60
61### macOS Patch ###
62# iCloud generated files
63*.icloud
64
65### VisualStudioCode ###
66.vscode/*
67!.vscode/settings.json
68!.vscode/tasks.json
69!.vscode/launch.json
70!.vscode/extensions.json
71!.vscode/*.code-snippets
72
73# Local History for Visual Studio Code
74.history/
75
76# Built Visual Studio Code Extensions
77*.vsix
78
79### VisualStudioCode Patch ###
80# Ignore all local history of files
81.history
82.ionide
83
84# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,go
85
86# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
87