mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
See failed workflow run [here](https://github.com/fleetdm/fleet/actions/runs/12555703803) - Fix the powershell script that was broken by `.yml` auto-format - Exclude github workflow `.yml` files from prettier autoformating, since they often contain non-yaml code as part of job definitions - [ ] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
39 lines
No EOL
662 B
Text
39 lines
No EOL
662 B
Text
# 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
|
|
|
|
# fleetdm.com website (uses its own formatting conventions)
|
|
website/
|
|
|
|
# certain frontend files that are not meant to be formatted
|
|
frontend/components/FleetAce/mode.ts
|
|
frontend/components/FleetAce/theme.ts
|
|
|
|
# github workflow yaml, which may contain shell scripts that shouldn't be formatted
|
|
.github/workflows/* |