teleport/.gitignore
a-palchikov 679941fc17
lib/web: add package-level logger (#4645)
* lib/web: update logging to go through a package-level logger.
Updates https://github.com/gravitational/teleport/issues/4110.
* Unify uses of package-level logger. Update e
* Fix linter warning and tests
* Address review comments
2020-11-05 20:46:54 +01:00

60 lines
605 B
Plaintext

# this file gets generated by make
gitref.go
.data
debug
default.etcd
darwin
# 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