|
| 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 |
| 26 | +go.work |
| 27 | + |
| 28 | +### macOS ### |
| 29 | +# General |
| 30 | +.DS_Store |
| 31 | +.AppleDouble |
| 32 | +.LSOverride |
| 33 | + |
| 34 | +# Icon must end with two \r |
| 35 | +Icon |
| 36 | + |
| 37 | + |
| 38 | +# Thumbnails |
| 39 | +._* |
| 40 | + |
| 41 | +# Files that might appear in the root of a volume |
| 42 | +.DocumentRevisions-V100 |
| 43 | +.fseventsd |
| 44 | +.Spotlight-V100 |
| 45 | +.TemporaryItems |
| 46 | +.Trashes |
| 47 | +.VolumeIcon.icns |
| 48 | +.com.apple.timemachine.donotpresent |
| 49 | + |
| 50 | +# Directories potentially created on remote AFP share |
| 51 | +.AppleDB |
| 52 | +.AppleDesktop |
| 53 | +Network Trash Folder |
| 54 | +Temporary Items |
| 55 | +.apdisk |
| 56 | + |
| 57 | +### macOS Patch ### |
| 58 | +# iCloud generated files |
| 59 | +*.icloud |
| 60 | + |
| 61 | +### VisualStudioCode ### |
| 62 | +.vscode/* |
| 63 | +!.vscode/settings.json |
| 64 | +!.vscode/tasks.json |
| 65 | +!.vscode/launch.json |
| 66 | +!.vscode/extensions.json |
| 67 | +!.vscode/*.code-snippets |
| 68 | + |
| 69 | +# Local History for Visual Studio Code |
| 70 | +.history/ |
| 71 | + |
| 72 | +# Built Visual Studio Code Extensions |
| 73 | +*.vsix |
| 74 | + |
| 75 | +### VisualStudioCode Patch ### |
| 76 | +# Ignore all local history of files |
| 77 | +.history |
| 78 | +.ionide |
| 79 | + |
| 80 | +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,go |
| 81 | + |
| 82 | +# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) |
| 83 | + |
1 | 84 | vendor/
|
0 commit comments