-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
65 lines (58 loc) · 857 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Ignore binaries that might get built (files without extension on Linux and Mac OS)
/app/*/*
!/app/**/*.*
!/app/**/
/cmd/*/*
!/cmd/**/*.*
!/cmd/**/
*.log
### Go ###
*.dll
*.dylib
*.exe
*.exe~
*.out
*.so
*.test
/Godeps/
### Linux Cruft ###
*~
.directory
.fuse_hidden*
.nfs*
.Trash-*
### macOS Cruft ###
__MACOSX
._*
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.com.apple.timemachine.donotpresent
.DS_Store
.DocumentRevisions-V100
.fseventsd
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
Icon
Network Trash Folder
Temporary Items
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
### Windows Cruft ###
[Dd]esktop.ini
ehthumbs.db
ehthumbs_vista.db
Thumbs.db
$RECYCLE.BIN/
*.lnk