-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (32 loc) · 723 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (32 loc) · 723 Bytes
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
# Compiled binaries from `go build ./cmd/fvdemo`.
# Anchored with / so we don't accidentally ignore a future package
# named "fvdemo" somewhere else in the tree.
/fvdemo
/fvdemo.exe
# Go test binaries (from `go test -c`) and profiling outputs.
*.test
*.out
*.prof
*.pprof
# Go workspace files. Useful for local multi-module development
# but always personal — never check them in.
go.work
go.work.sum
# Coverage outputs commonly produced by `go test -coverprofile=`.
coverage.txt
coverage.html
# OS metadata.
.DS_Store
._*
.Spotlight-V100
.Trashes
Thumbs.db
Desktop.ini
# Editor swap / backup files.
*.swp
*.swo
*~
.vscode/
# One-off review / scratch artifacts that don't belong in history.
/review.html
/problems/