mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
87d459171a
https://www.terraform.io/language/files/dependency-lock ``` You should include this file in your version control repository so that you can discuss potential changes to your external dependencies via code review, just as you would discuss potential changes to your configuration itself. ```
72 lines
1.1 KiB
Plaintext
72 lines
1.1 KiB
Plaintext
# binaries
|
|
*.exe
|
|
|
|
# output directories
|
|
build
|
|
vendor
|
|
node_modules
|
|
dist
|
|
|
|
# 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.tfstate*
|
|
|
|
# generated orbit installers and artifacts
|
|
fleet-osquery*
|
|
desktop.app.tar.gz
|
|
osqueryd.app.tar.gz
|
|
desktop.tar.gz
|
|
|
|
# residual files when running the cpe command
|
|
cmd/cpe/etagenv
|
|
cmd/cpe/cpe*.sqlite
|
|
cmd/cpe/cpe*.sqlite.gz
|
|
|
|
# Testing TUF server
|
|
test_tuf
|