-
-
Notifications
You must be signed in to change notification settings - Fork 290
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (69 loc) · 873 Bytes
/
.gitignore
File metadata and controls
82 lines (69 loc) · 873 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
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
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.db*
_obj
_test
.DS_Store
.envrc
.idea
.ruby-version
.vagrant
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/*.code-workspace
*.cov
*.log
*.out
*.prof
*.spelling
*.test
*.pem
!**/**/testdata/**/*.pem
bin
pkg
benchmark
coverage.txt
dist
node_modules
profile
site
tmp
__debug_bin
*.tar
Brewfile.lock.json
*.key
build/hack/out/
examples/cockroachdb/data
playwright-report/
screenshots/
# Devenv
.devenv*
devenv.local.nix
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml
build/mage_output_file.go
mage_output_file.go
*.rego
!**/**/testdata/*.rego
release-notes.md
config/*.*.bk
config/dev.yml
_tools
.scratch
# AI generated files
.claude*
!.claude/
.claude/*
!.claude/commands/
.cursor*
# Go workspace files
go.work
go.work.sum
docs/
.beads