-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 1.43 KB
/
Copy path.gitignore
File metadata and controls
44 lines (37 loc) · 1.43 KB
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
# .gitignore
# ── Compiled binaries ──────────────────────────────────────────────────────
/flow
/flow.exe
/bin/
/dist/
# Test binaries and coverage
*.test
*.out
coverage.txt
coverage.html
*.coverprofile
# ── GoReleaser output ──────────────────────────────────────────────────────
/dist/
# ── Environment / secrets ─────────────────────────────────────────────────
.env
.env.local
.envrc
# ── OS cruft ──────────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# ── Editor / IDE ──────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
.vim/
# ── Go workspace ──────────────────────────────────────────────────────────
go.work
go.work.sum