This repository was archived by the owner on Mar 19, 2021. It is now read-only.
File tree 2 files changed +95
-3
lines changed
2 files changed +95
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Created by https://www.gitignore.io/api/windows,linux,macos,go
3
+ # Edit at https://www.gitignore.io/?templates=windows,linux,macos,go
4
+
5
+ # ## Go ###
6
+ # Binaries for programs and plugins
7
+ * .exe
8
+ * .exe~
9
+ * .dll
10
+ * .so
11
+ * .dylib
12
+
13
+ # Test binary, built with `go test -c`
14
+ * .test
15
+
16
+ # Output of the go coverage tool, specifically when used with LiteIDE
17
+ * .out
18
+
19
+ # Dependency directories (remove the comment below to include it)
20
+ # vendor/
21
+
22
+ # ## Go Patch ###
23
+ /vendor /
24
+ /Godeps /
25
+
26
+ # ## Linux ###
27
+ * ~
28
+
29
+ # temporary files which can be created if a process still has a handle open of a deleted file
30
+ .fuse_hidden *
31
+
32
+ # KDE directory preferences
33
+ .directory
34
+
35
+ # Linux trash folder which might appear on any partition or disk
36
+ .Trash- *
37
+
38
+ # .nfs files are created when an open file is removed but is still being accessed
39
+ .nfs *
40
+
41
+ # ## macOS ###
42
+ # General
43
+ .DS_Store
44
+ .AppleDouble
45
+ .LSOverride
46
+
47
+ # Icon must end with two \r
48
+ Icon
49
+
50
+ # Thumbnails
51
+ ._ *
52
+
53
+ # Files that might appear in the root of a volume
54
+ .DocumentRevisions-V100
55
+ .fseventsd
56
+ .Spotlight-V100
57
+ .TemporaryItems
58
+ .Trashes
59
+ .VolumeIcon.icns
60
+ .com.apple.timemachine.donotpresent
61
+
62
+ # Directories potentially created on remote AFP share
63
+ .AppleDB
64
+ .AppleDesktop
65
+ Network Trash Folder
66
+ Temporary Items
67
+ .apdisk
68
+
69
+ # ## Windows ###
70
+ # Windows thumbnail cache files
71
+ Thumbs.db
72
+ Thumbs.db:encryptable
73
+ ehthumbs.db
74
+ ehthumbs_vista.db
75
+
76
+ # Dump file
77
+ * .stackdump
78
+
79
+ # Folder config file
80
+ [Dd ]esktop.ini
81
+
82
+ # Recycle Bin used on file shares
83
+ $RECYCLE.BIN /
84
+
85
+ # Windows Installer files
86
+ * .cab
87
+ * .msi
88
+ * .msix
89
+ * .msm
90
+ * .msp
91
+
92
+ # Windows shortcuts
93
+ * .lnk
94
+
95
+ # End of https://www.gitignore.io/api/windows,linux,macos,go
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments