mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
26 lines
No EOL
313 B
Text
26 lines
No EOL
313 B
Text
# binaries
|
|
*.exe
|
|
|
|
# output directories
|
|
build
|
|
vendor
|
|
node_modules
|
|
|
|
# generated artifacts
|
|
assets/bundle*.*
|
|
assets/*@*.svg
|
|
assets/*@*.png
|
|
frontend/templates/react.tmpl
|
|
bindata.go
|
|
*.cover
|
|
*.test
|
|
*.log
|
|
|
|
# typescript generated test files
|
|
tmp/
|
|
|
|
# operating system artifacts
|
|
.DS_Store
|
|
|
|
# test mysql server data
|
|
mysqldata/ |