generated from atomicgo/template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.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