-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (60 loc) · 1.14 KB
/
.gitignore
File metadata and controls
82 lines (60 loc) · 1.14 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/bin
.envrc
# Go caches
.go/
.gocache/
.golangci-lint/
.golangci-lint-cache/
# man pages
/share/man/man1
# changelog file generated during release
/CHANGELOG.md
# GLab local config dir
.glab-cli
/test/testdata/.glab-cli
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# IntelliJ
.idea
# vim
*.sw*
*.vim
# test
_test
# VsCode
.vscode/
!.vscode/launch.json
.devcontainer
# Dist binaries created at build with make rt
/dist
# The testdata-* copies created by the unit tests must be ignored or the tests
# will encounter write errors as Git attempts to add the dirs to its index.
test/testdata-*
# macOS
.DS_Store
# vim
*.swp
coverage*
vendor
log.txt.glab-cli
.git
gl-*-report.json
# projectionist.vim
.projections.json
# prevent .zip files from being accidentally added
*.zip
*.tar
*.tar.gz
*.tar.bz2
# gotestsum test log
test-output.log
# commitlint dependencies
scripts/commit-lint/node_modules/
# See https://gitlab.com/gitlab-org/cli/-/merge_requests/2387#note_2751915451
/.gitlab-secrets
# fd utility
.fdignore
# Claude Code personal settings
.claude/settings.local.json