Adds dist.
This commit is contained in:
30
dist/.gitignore
vendored
Normal file
30
dist/.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Local dev secrets
|
||||
.envrc
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
*.deb
|
||||
__debug*
|
||||
|
||||
# APT repository build artifacts
|
||||
.aptly/
|
||||
.aptly.conf
|
||||
|
||||
# Go build cache
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Test binary
|
||||
*.test
|
||||
|
||||
# Coverage
|
||||
*.out
|
||||
*.cover
|
||||
*.coverage
|
||||
|
||||
# Go workspace
|
||||
go.work
|
||||
go.work.sum
|
||||
gpg/wild-central.gpg
|
||||
Reference in New Issue
Block a user