From fe57f7d294613bce2b2af6ba2e483ddf24bb4170 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 31 Aug 2018 10:29:43 +0200 Subject: [PATCH] Hide generated files via gitattributes See https://medium.com/@clarkbw/managing-generated-files-in-github-1f1989c09dfd --- assets/.gitattributes | 2 ++ exampleSite/.gitattributes | 2 ++ static/.gitattributes | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 assets/.gitattributes create mode 100644 exampleSite/.gitattributes create mode 100644 static/.gitattributes diff --git a/assets/.gitattributes b/assets/.gitattributes new file mode 100644 index 0000000..cea6c74 --- /dev/null +++ b/assets/.gitattributes @@ -0,0 +1,2 @@ +vendor/** linguist-generated=true +vendor/** -diff -merge diff --git a/exampleSite/.gitattributes b/exampleSite/.gitattributes new file mode 100644 index 0000000..6393d4c --- /dev/null +++ b/exampleSite/.gitattributes @@ -0,0 +1,2 @@ +resources/** linguist-generated=true +resources/** -diff -merge diff --git a/static/.gitattributes b/static/.gitattributes new file mode 100644 index 0000000..fa63787 --- /dev/null +++ b/static/.gitattributes @@ -0,0 +1,2 @@ +fonts/** linguist-generated=true +fonts/** -diff -merge