teleport/.gitignore
a-palchikov d301da5a39
Embed webassets natively into teleport instead of attaching to the binary (#5935)
Switch to go1.16. Use embed package to embed webassets instead of ad-hoc attaching to binary
2021-03-26 17:37:52 -07:00

63 lines
643 B
Plaintext

# this file gets generated by make
gitref.go
.data
debug
default.etcd
darwin
# web asset directory
/lib/web/build
# usually release tarballs get in the way
*.gz
*.zip
# editors
.vscode
*.swp
# Compiled binaries, Object files, Static and Dynamic libs (Shared Objects)
out
build
*.o
*.a
*.so
# Folders
_obj
_test
tmp
# Architecture specific extensions/prefixes
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
.bash_history
_testmain.go
*.exe
*.test
*.prof
*.tmp
flymake*
# mkdocs
docs/latest
docs/latest.yaml
# terraform
.terraform
terraform.tfstate
# macOS
**/.DS_Store
# ansible stuff
ssh.config
*.retry