2016-08-10 15:31:27 +00:00
|
|
|
# binaries
|
2016-08-10 05:15:44 +00:00
|
|
|
*.exe
|
2016-08-10 15:31:27 +00:00
|
|
|
|
|
|
|
# output directories
|
|
|
|
build
|
2016-08-10 05:15:44 +00:00
|
|
|
vendor
|
|
|
|
node_modules
|
2016-08-10 15:31:27 +00:00
|
|
|
|
|
|
|
# generated artifacts
|
2017-01-19 15:24:10 +00:00
|
|
|
assets/bundle*.*
|
2016-09-26 17:13:11 +00:00
|
|
|
assets/*@*.svg
|
2016-12-09 22:30:32 +00:00
|
|
|
assets/*@*.png
|
2019-10-16 23:40:45 +00:00
|
|
|
assets/*@*.eot
|
|
|
|
assets/*@*.woff
|
|
|
|
assets/*@*.woff2
|
|
|
|
assets/*@*.ttf
|
2017-01-19 15:24:10 +00:00
|
|
|
frontend/templates/react.tmpl
|
2016-09-26 18:48:55 +00:00
|
|
|
bindata.go
|
2020-03-30 02:22:04 +00:00
|
|
|
server/bindata/generated.go
|
2016-08-10 15:31:27 +00:00
|
|
|
*.cover
|
2016-08-11 16:44:00 +00:00
|
|
|
*.test
|
2016-08-17 19:45:29 +00:00
|
|
|
*.log
|
2021-08-26 16:53:10 +00:00
|
|
|
coverage.txt
|
2022-02-16 23:09:41 +00:00
|
|
|
storybook-static
|
2016-08-10 15:31:27 +00:00
|
|
|
|
2016-12-08 19:05:41 +00:00
|
|
|
# typescript generated test files
|
2016-12-09 22:30:32 +00:00
|
|
|
tmp/
|
2016-12-08 19:05:41 +00:00
|
|
|
|
2016-08-10 15:31:27 +00:00
|
|
|
# operating system artifacts
|
2016-09-12 16:11:18 +00:00
|
|
|
.DS_Store
|
2017-02-17 17:15:10 +00:00
|
|
|
|
|
|
|
# test mysql server data
|
2019-10-16 23:40:45 +00:00
|
|
|
mysqldata/
|
2021-02-01 23:46:01 +00:00
|
|
|
|
|
|
|
# test helm charts
|
|
|
|
helm-temp
|
2021-02-25 12:05:08 +00:00
|
|
|
|
|
|
|
#editors
|
2021-02-25 17:13:13 +00:00
|
|
|
.idea
|
2021-03-04 22:08:11 +00:00
|
|
|
|
|
|
|
# Cypress e2e testing
|
|
|
|
cypress/screenshots
|
|
|
|
cypress/videos
|
2021-03-12 19:49:28 +00:00
|
|
|
cypress/downloads
|
2021-03-16 15:33:42 +00:00
|
|
|
|
|
|
|
# Fleet local development DB backups
|
|
|
|
backup.sql.gz
|
2021-05-03 15:10:27 +00:00
|
|
|
|
|
|
|
# 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
|
2021-09-09 05:34:12 +00:00
|
|
|
|
2021-09-21 18:19:19 +00:00
|
|
|
# infra
|
|
|
|
.terraform
|
|
|
|
.terraform.tfstate*
|
|
|
|
.terraform.lock*
|
|
|
|
terraform.tfstate*
|
|
|
|
|
2021-09-09 05:34:12 +00:00
|
|
|
# generated installers
|
2021-11-24 21:17:44 +00:00
|
|
|
fleet-osquery*
|
2022-03-21 17:53:53 +00:00
|
|
|
desktop.app.tar.gz
|
2022-02-14 18:13:44 +00:00
|
|
|
|
|
|
|
# residual files when running the cpe command
|
|
|
|
cmd/cpe/etagenv
|
|
|
|
cmd/cpe/cpe*.sqlite
|
|
|
|
cmd/cpe/cpe*.sqlite.gz
|
2022-02-23 17:58:07 +00:00
|
|
|
|
|
|
|
# Testing TUF server
|
2022-03-21 17:53:53 +00:00
|
|
|
test_tuf
|