fleet/.gitignore
Lucas Manuel Rodriguez b5be858071
Fix update checks for orbit at startup (#3835)
* Fix update checks for orbit at startup

* Add tests

* Add scripts for testing local TUF server

* Remove -x used for debugging
2022-02-23 14:58:07 -03:00

68 lines
1020 B
Plaintext

# binaries
*.exe
# output directories
build
vendor
node_modules
# generated artifacts
assets/bundle*.*
assets/*@*.svg
assets/*@*.png
assets/*@*.eot
assets/*@*.woff
assets/*@*.woff2
assets/*@*.ttf
frontend/templates/react.tmpl
bindata.go
server/bindata/generated.go
*.cover
*.test
*.log
coverage.txt
storybook-static
# typescript generated test files
tmp/
# operating system artifacts
.DS_Store
# test mysql server data
mysqldata/
# test helm charts
helm-temp
#editors
.idea
# Cypress e2e testing
cypress/screenshots
cypress/videos
cypress/downloads
# Fleet local development DB backups
backup.sql.gz
# Common mistake for new developers to run npm install and then end up
# committing a package-lock.json. Fleet app uses Yarn with yarn.lock.
package-lock.json
# infra
.terraform
.terraform.tfstate*
.terraform.lock*
terraform.tfstate*
# generated installers
fleet-osquery*
# residual files when running the cpe command
cmd/cpe/etagenv
cmd/cpe/cpe*.sqlite
cmd/cpe/cpe*.sqlite.gz
# Testing TUF server
test_tuf