-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (34 loc) · 753 Bytes
/
.gitignore
File metadata and controls
44 lines (34 loc) · 753 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
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, generated with 'go test -c'
*.test
# Output of the go coverage tool, 'go test -coverprofile'
*.out
# Dependency directories (remove the 'vendor/' if you're not using modules in vendor mode)
vendor/
# Go module cache (usually in GOPATH/pkg/mod, but can appear in project if modules aren't fully integrated)
.cache/
pkg/
# Ignore VSCode/VSCodium settings and folders
.vscode/
.vscode-test/
.history/
# OS generated files
.DS_Store # macOS
Thumbs.db # Windows
ehthumbs.db # Windows
*.log
*.tmp
*.bak
*.orig
# Environment variables files (crucial for security)
.env
.env.*
# Ignore .archive folder
.archive/
# Ignore dist directory and binary
dist/
setnv