-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
25 lines (25 loc) · 951 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by https://www.gitignore.io/api/go,macos,visualstudiocode
### Go ###
# Binaries for programs and plugins
*.exe *.dll *.so *.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
### macOS ###
*.DS_Store .AppleDouble .LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes
.VolumeIcon.icns .com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk
### VisualStudioCode ###
.vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json
!.vscode/extensions.json .history
# End of https://www.gitignore.io/api/go,macos,visualstudiocode