diff options
author | 2023-05-02 22:11:41 +0200 | |
---|---|---|
committer | 2023-05-02 21:11:41 +0100 | |
commit | c41c1f90a6b8af60606c8e2f31b7cff0fa4732cc (patch) | |
tree | 96c21f30d695e8ff384feef48fddd89d99867b8e | |
parent | [performance] replace domain block cache with an in-memory radix trie (#1714) (diff) | |
download | gotosocial-c41c1f90a6b8af60606c8e2f31b7cff0fa4732cc.tar.xz |
[chore] Hide vendor from diffs (#1729)
Linguist already classifies vendor/ as vendored files, meaning they
don't count towards things like a repo language stat, but are still
shows in diffs.
By classifying them as generated instead they're not only excluded from
langauge stats but also hidden in diffs.
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fd6464298 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/vendor/ linguist-generated |