Skip to content

Commit

Permalink
Yarn release file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Apr 25, 2024
1 parent d3e0fb9 commit 59a7cdd
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ docs/_site
.pnp.*
frontends/.yarn
!frontends/.yarn/releases
.yarn

.yarn/*
!.yarn/releases

# Typescript
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
exclude: ".hbs$"
- id: check-yaml
- id: check-added-large-files
exclude: "yarn.lock|frontends/.yarn/releases/*"
exclude: "yarn.lock|.yarn/releases/*|frontends/.yarn/releases/*"
- id: check-merge-conflict
- id: check-toml
- id: debug-statements
Expand Down
Loading

0 comments on commit 59a7cdd

Please sign in to comment.