1 Star 0 Fork 0

CCUU / teleport

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
# 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
.idea
# Compiled binaries, Object files, Static and Dynamic libs (Shared Objects)
out
build
!/web/packages/build
*.o
*.a
*.so
# Folders
_obj
_test
tmp
target/
test-logs/
# 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
# Code signing certificate for Windows binaries
/windows-signing-cert.pfx
# Build cache and tooling
/build.assets/.cache
/build.assets/tooling/bin/**
# Teleport binaries
/tctl
/teleport
/tsh
# Go workspace files
go.work
go.work.sum
# gogoproto side-effects
/gogogen
node_modules
.air.toml
webassets/
# jest --coverage
coverage
# vite
.swc
web/certs/
# Vagrant
.vagrant
# Files produced by tests
*.avi
1
https://gitee.com/ccuuwb/teleport.git
git@gitee.com:ccuuwb/teleport.git
ccuuwb
teleport
teleport
master

搜索帮助