2021-04-12 13:32:25 +00:00
|
|
|
# markdown
|
|
|
|
*.md
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# typescript generated test files
|
|
|
|
tmp/
|
|
|
|
|
|
|
|
# editors
|
|
|
|
.vscode
|
|
|
|
.idea
|
|
|
|
|
2021-11-02 23:36:55 +00:00
|
|
|
# fleetdm.com website (uses its own formatting conventions)
|
2021-11-24 17:16:42 +00:00
|
|
|
website/
|
|
|
|
|
2022-10-06 19:45:59 +00:00
|
|
|
# certain frontend files that are not meant to be formatted
|
2021-11-24 17:16:42 +00:00
|
|
|
frontend/components/FleetAce/mode.ts
|
2022-10-06 19:45:59 +00:00
|
|
|
frontend/components/FleetAce/theme.ts
|