-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (52 loc) · 806 Bytes
/
.gitignore
File metadata and controls
66 lines (52 loc) · 806 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Output of the build process
/build/
bin/
# Configuration files
*.env
# Vendor directory
/vendor/
# Go dependency files
#/go.sum
/go.work.sum
# Logs
*.log
.checksum
# Temporary files
*.tmp
*.swp
# Go workspace file
go.work
# IDE/editor files
.vscode/
.idea/
*.iml
# OS generated files
.DS_Store
Thumbs.db
# Test binaries
*.test
# Coverage files
coverage.out
# Dependencies in Go modules
/go/pkg/
# Debug files
*.prof # Profiling files (pprof)
*.trace # Tracing files
*.dmp # Core dump files
debug/ # Common directory for debug artifacts
*.key # SSH or encryption keys
*.pem # SSL certificates
*.crt # Certificate files
# Delve Debugger
__debug_bin*
qodana.yaml
cmd
testing