teleport/.gitignore
Rafał Cieślak 6e1a59bc25
Remove web/package.json, move scripts to package.json (#21134)
* Remove web/package.json, move scripts to package.json

Removed scripts:

Leftovers from webapps Dockerfile and CI on GCB:
- package-term-ci
- build-and-package-term-ci
- build-and-package-term
- nop

Leftovers from webapps Makefile, presumably:
- build-oss
- build-e

* Add back nop script

* Remove build-teleport* scripts
2023-02-03 15:34:57 +00:00

93 lines
1,021 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
.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
# Buf side-effects
/github.com
node_modules
.air.toml
webassets/
# jest --coverage
coverage