MSSQL loadable plugin
Source
1
+
# Created by https://www.toptal.com/developers/gitignore/api/go,macos,linux,windows
2
+
# Edit at https://www.toptal.com/developers/gitignore?templates=go,macos,linux,windows
3
+
4
+
### Go ###
5
+
# If you prefer the allow list template instead of the deny list, see community template:
6
+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
7
+
#
8
+
# Binaries for programs and plugins
9
+
*.exe
10
+
*.exe~
11
+
*.dll
12
+
*.so
13
+
*.dylib
14
+
15
+
# Test binary, built with `go test -c`
16
+
*.test
17
+
18
+
# Output of the go coverage tool, specifically when used with LiteIDE
19
+
*.out
20
+
21
+
# Dependency directories (remove the comment below to include it)
22
+
# vendor/
23
+
24
+
# Go workspace file
25
+
go.work
26
+
27
+
### Linux ###
28
+
*~
29
+
30
+
# temporary files which can be created if a process still has a handle open of a deleted file
31
+
.fuse_hidden*
32
+
33
+
# KDE directory preferences
34
+
.directory
35
+
36
+
# Linux trash folder which might appear on any partition or disk
37
+
.Trash-*
38
+
39
+
# .nfs files are created when an open file is removed but is still being accessed
40
+
.nfs*
41
+
42
+
### macOS ###
43
+
# General
44
+
.DS_Store
45
+
.AppleDouble
46
+
.LSOverride
47
+
48
+
# Icon must end with two \r
49
+
Icon
50
+
51
+
52
+
# Thumbnails
53
+
._*
54
+
55
+
# Files that might appear in the root of a volume
56
+
.DocumentRevisions-V100
57
+
.fseventsd
58
+
.Spotlight-V100
59
+
.TemporaryItems
60
+
.Trashes
61
+
.VolumeIcon.icns
62
+
.com.apple.timemachine.donotpresent
63
+
64
+
# Directories potentially created on remote AFP share
65
+
.AppleDB
66
+
.AppleDesktop
67
+
Network Trash Folder
68
+
Temporary Items
69
+
.apdisk
70
+
71
+
### macOS Patch ###
72
+
# iCloud generated files
73
+
*.icloud
74
+
75
+
### Windows ###
76
+
# Windows thumbnail cache files
77
+
Thumbs.db
78
+
Thumbs.db:encryptable
79
+
ehthumbs.db
80
+
ehthumbs_vista.db
81
+
82
+
# Dump file
83
+
*.stackdump
84
+
85
+
# Folder config file
86
+
[Dd]esktop.ini
87
+
88
+
# Recycle Bin used on file shares
89
+
$RECYCLE.BIN/
90
+
91
+
# Windows Installer files
92
+
*.cab
93
+
*.msi
94
+
*.msix
95
+
*.msm
96
+
*.msp
97
+
98
+
# Windows shortcuts
99
+
*.lnk
100
+
101
+
# End of https://www.toptal.com/developers/gitignore/api/go,macos,linux,windows
102
+
103
+
# go build binary
104
+
mssql