Skip to content

Commit

Permalink
Fix error in .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Mar 20, 2024
1 parent b04be93 commit 38f7af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# Don't compute diff for these files
Cargo.lock -diff
dist/** -diff
/examples/demo/dist/*.js -diff
/examples/ssr-demo/dist/*.js -diff

# Don't export/archive these files
.github export-ignore

0 comments on commit 38f7af2

Please sign in to comment.