-
Notifications
You must be signed in to change notification settings - Fork 347
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (59 loc) · 808 Bytes
/
.gitignore
File metadata and controls
68 lines (59 loc) · 808 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
binaries/lucid/*
!binaries/lucid/index*.json
binaries/precise/*
!binaries/precise/index*.json
binaries/trusty/*
!binaries/trusty/index*.json
*.swp
*_buildpack*.zip
/log/
*.DS_Store
.bundle
DebugKit
/pkg/
!vendor/**
/.bin/
.idea
.vscode/
Dockerfile
# Build artifacts
*.test
.bin/
build/*.zip
# Sensitive files
AGENTS.md
# Test artifacts
test-verify*/
# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
/bin/supply-compiled
/bin/detect-compiled
/bin/finalize-compiled
/bin/release-compiled
/bin/start-compiled
# Test binary and coverage files
*.out
coverage.txt
*.coverprofile
# Temporary files
*.tmp
*.temp
/tmp/
/temp/
# Zip and archive files
*.zip
*.tar
*.tar.gz
*.tgz
*.rar
*.7z
# Test output and fixtures
*_test_output/
test-results/
test-fixtures/tmp/
# Comparison directories
tmp-comparison/