forked from TeoSlayer/pilotprotocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (49 loc) · 687 Bytes
/
.gitignore
File metadata and controls
62 lines (49 loc) · 687 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
# Compiled binaries
bin/
build/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Cross-compiled Linux binaries (root level artifacts)
*-linux
/pilotctl
# Test binary, built with `go test -c`
*.test
tests/end-to-end/results
tests/developement-versions
# Output of the go coverage tool
*.out
*.prof
coverage/
!coverage/badge.svg
# Go workspace
go.work
go.work.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docs — only track .tex, .pdf, SPEC.md, SKILLS.md, and media/
docs/*
!docs/*.tex
!docs/*.pdf
!docs/SPEC.md
!docs/SKILLS.md
!docs/media/
!docs/research/
# Daemon socket
*.sock
# Identity keys
*.key
# Temporary
tmp/
web/node_modules/
# Internal tooling
cmd/spoof/