fleet/.gitignore

35 lines
435 B
Plaintext
Raw Normal View History

2016-08-10 15:31:27 +00:00
# binaries
*.exe
2016-08-10 15:31:27 +00:00
# output directories
build
vendor
node_modules
2016-08-10 15:31:27 +00:00
# generated artifacts
2017-01-19 15:24:10 +00:00
assets/bundle*.*
assets/*@*.svg
2016-12-09 22:30:32 +00:00
assets/*@*.png
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
server/bindata/generated.go
2016-08-10 15:31:27 +00:00
*.cover
2016-08-11 16:44:00 +00:00
*.test
*.log
2016-08-10 15:31:27 +00:00
# typescript generated test files
2016-12-09 22:30:32 +00:00
tmp/
2016-08-10 15:31:27 +00:00
# operating system artifacts
.DS_Store
# test mysql server data
mysqldata/
# test helm charts
helm-temp