Some dev improvements: * Add .editorconfig config file https://editorconfig.org/ * move the singleQuote spec into .editorconfig and add old .changesets/*.md to .prettierignore so that we don't incorrectly reformat new changeset files to single quote from the double quote which they can be autogenerated with in github * .gitignore Ignore emacs chaff files * Add `yarn format:head` a convenience command to run prettier against just those files in the head commit * Some mention of `yarn format` in the docs * Fix some test html closing tags; authoring mistakes, rather than deliberately malformed html — picked up by an explicit `yarn prettier --write '**/*.html'`
26 lines
458 B
Plaintext
26 lines
458 B
Plaintext
.vscode/*
|
|
!/.vscode/rrweb-monorepo.code-workspace
|
|
.idea
|
|
node_modules
|
|
package-lock.json
|
|
tsconfig.tsbuildinfo
|
|
|
|
temp
|
|
|
|
*.log
|
|
|
|
.env
|
|
|
|
.DS_Store
|
|
|
|
build
|
|
dist
|
|
|
|
.turbo
|
|
|
|
# emacs working files end in a tilde
|
|
*~
|
|
|
|
# `.yarn/install-state.gz` is an optimization file that you shouldn't ever have to commit.
|
|
# It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again.
|
|
.yarn/install-state.gz |