-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track generated code and data #682
Comments
@szepeviktor I'm not super familiar with |
For example. I was checking to typos in the repository and was not able to distinguish source code from generated code/data. Another example. GitHub displays generated files differently. |
packages/php-wasm/compile/build-assets/zlib/ is "linguist-vendored" |
Thank you for explaining! |
Your guess was quite close @szepeviktor. This should be the complete list: package-lock.json linguist-generated
packages/docs/site/static/diagrams.excalidraw linguist-vendored
packages/php-wasm/compile/build-assets/zlib/ linguist-vendored
packages/php-wasm/node/public/ linguist-generated
packages/php-wasm/node/src/test/test-data/ linguist-generated
packages/php-wasm/web/public/kitchen-sink/ linguist-generated
packages/php-wasm/web/public/light/ linguist-generated
packages/playground/remote/public/wp-* linguist-generated
packages/playground/remote/src/wordpress/ linguist-generated
packages/playground/blueprints/public/ linguist-generated |
Add a .gitattributes file See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md#summary Solves #682
Add a .gitattributes file to easier distinguish source code from generated code/data. Also, GitHub displays generated files differently. See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md#summary Solves #682
Shipped with some tweaks in #688 |
Thank you. |
Could we have a list of generated code/data in
.gitattributes
?Something like this.
From #678
The text was updated successfully, but these errors were encountered: