mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
005525c88a
This only effects contributor experience. - Run Docker dependencies and Webpack when opening project. - Run/debug configs for Fleet server and UI. - Basic settings.
59 lines
866 B
Plaintext
59 lines
866 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
|
|
|
|
# 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
|
|
orbit-osquery* |