From 64839fef4b59e0302fa4975e08bb002f26c3a834 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Fri, 5 Apr 2024 02:03:38 +0100 Subject: [PATCH] developer experience: Add .gitattributes file We should mark the generated files as such for GitHub, to avoid them getting in the way in PR reviews. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c2ff44e2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# This file tells GitHub which files are build artifacts, so +# they're hidden from the PR browser to make reviewing easier +# See https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github +build/airtable.browser.js linguist-generated=true +test/test_files/airtable.browser.js linguist-generated=true