mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
efb35b537a
* add prettier and have it format all js code except website: : * trying running prettier check in CI * fix runs on in CI * change CI job name * fix prettier erros and fix CI
35 lines
428 B
Plaintext
35 lines
428 B
Plaintext
# 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
|
|
|
|
# Cypress e2e testing
|
|
cypress/screenshots
|
|
cypress/videos
|
|
cypress/downloads
|