diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-30 00:57:43 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-30 00:57:43 -0700 |
commit | 1bfee0954cb703d92c44ae9f098f5d7c738c8a30 (patch) | |
tree | b6602b00b2937f2ca1694a5de9b2f89baf85e4ff /.gitattributes | |
parent | f44ccb6c4bd49f4c6a2cc05f75b539e85389320e (diff) | |
download | mu-1bfee0954cb703d92c44ae9f098f5d7c738c8a30.tar.gz |
6445
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9508b873..dabd2144 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # hide from GitHub stats index.html linguist-generated=true html/** linguist-generated=true +archive/** linguist-generated=true |