summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-02 17:58:24 -0600
committermo khan <mo@mokhan.ca>2025-07-02 18:35:20 -0600
commit4351c74c7c5f97156bc94d3a8549b9940ac80e3f (patch)
tree782542be4e438d264a88b4e19efa8fcedfdc5a0e /.gitattributes
parentbcafdf918489485aca2b405109187e66f2e645d5 (diff)
feat: implement cargo vendor and optimize Docker builds
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..62df66ae
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+vendor/** -diff -merge linguist-vendored gitlab-generated
+.cargo/** -diff -merge linguist-vendored gitlab-generated
+Cargo.lock -diff -merge linguist-vendored gitlab-generated