mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
23 lines
246 B
Plaintext
23 lines
246 B
Plaintext
# Keep build context lean. Anything not needed by `go build` lives here.
|
|
.git
|
|
.gitignore
|
|
.github
|
|
.vscode
|
|
.idea
|
|
*.md
|
|
LICENSE
|
|
|
|
# Local build artifacts.
|
|
bin/
|
|
dist/
|
|
out/
|
|
*.test
|
|
*.out
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# Editor / OS junk.
|
|
.DS_Store
|
|
*.swp
|
|
*~
|