Skip to content

Commit

Permalink
Add .git-blame-ignore-revs file
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Jan 8, 2025
1 parent 8376882 commit 56222ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file lists commits which contain large but uninteresting changes (like
# applying code auto-formatting), so that you can ignore them in `git blame`
# output.
#
# To do this, run `git blame --ignore-revs-file .git-blame-ignore-revs`,
# or `git config blame.ignoreRevsFile .git-blame-ignore-revs` to configure
# git to do this by default.

# Format entire codebase with Biome
8376882bc8e3d18fb24be55c3230b0cf6abe70f5
4 changes: 4 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ Unit tests are built with [Jest](https://facebook.github.io/jest/) +

`yarn test` to run them in watch mode.

## Linting and formatting

Run `yarn format` to format your code. Run `yarn lint` to check for lint errors.

## CSS Styling and Naming

We are using SASS and [Tailwind
Expand Down

0 comments on commit 56222ff

Please sign in to comment.