generated from atomicgo/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (39 loc) · 1.32 KB
/
.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
# ┌───────────────────────────────────────────────────────────────────┐
# │ │
# │ IMPORTANT NOTE │
# │ │
# │ This file is synced with https://github.com/atomicgo/template │
# │ │
# │ Please apply all changes to the template repository │
# │ │
# └───────────────────────────────────────────────────────────────────┘
# Binaries
*.exe
*.exe~
*.so
# Go specifics
## Test binary, built with `go test -c`
*.test
## Output of the go coverage tool
*.out
## Vendored dependencies
vendor/
# IDEs
## IntelliJ
.idea
*.iml
out
gen
## Visual Studio Code
.vscode
*.code-workspace
# Operating System Files
## macOS
.DS_Store
# Other
## Experimenting folder
experimenting
## CI assets
.templates
## Taskfile
.task