From 970491a48b1a8be948bf92d096edc75994a94893 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Fri, 23 Aug 2019 17:50:33 -0700 Subject: [PATCH] Add .gitattributes to exclude generated files from default diff --- .gitattributes | 2 ++ blank_project/.gitattributes | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 blank_project/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a030d665 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +package-lock.json linguist-generated=true -diff +yarn.lock linguist-generated=true -diff diff --git a/blank_project/.gitattributes b/blank_project/.gitattributes new file mode 100644 index 00000000..a030d665 --- /dev/null +++ b/blank_project/.gitattributes @@ -0,0 +1,2 @@ +package-lock.json linguist-generated=true -diff +yarn.lock linguist-generated=true -diff