Skip to content

Commit

Permalink
chore(next-custom-transforms): Mark fixture outputs as generated (ver…
Browse files Browse the repository at this point in the history
…cel#73918)

This should let GitHub (and Graphite) collapse these files by default in code review.

```
$ git check-attr --all crates/next-custom-transforms/tests/fixture/strip-page-exports/getInitialProps/class/*
crates/next-custom-transforms/tests/fixture/strip-page-exports/getInitialProps/class/output-data.js: linguist-generated: true
crates/next-custom-transforms/tests/fixture/strip-page-exports/getInitialProps/class/output-default.js: linguist-generated: true
```
  • Loading branch information
bgw authored Dec 16, 2024
1 parent 0f288c4 commit c94e8e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ packages/next/compiled/** -text linguist-vendored
# Make next/src/build folder indexable for github search
build/** linguist-generated=false

crates/next-custom-transforms/tests/fixture/**/output* linguist-generated=true

turbopack/crates/turbo-tasks-macros-tests/tests/**/*.stderr linguist-generated=true
turbopack/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/**/output.md linguist-generated=true
turbopack/crates/turbopack-tests/tests/snapshot/**/output/** linguist-generated=true
Expand Down

0 comments on commit c94e8e3

Please sign in to comment.