summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2023-05-02 22:11:41 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-02 21:11:41 +0100
commitc41c1f90a6b8af60606c8e2f31b7cff0fa4732cc (patch)
tree96c21f30d695e8ff384feef48fddd89d99867b8e
parent[performance] replace domain block cache with an in-memory radix trie (#1714) (diff)
downloadgotosocial-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--.gitattributes1
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