diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 17:58:24 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 18:35:20 -0600 |
| commit | 4351c74c7c5f97156bc94d3a8549b9940ac80e3f (patch) | |
| tree | 782542be4e438d264a88b4e19efa8fcedfdc5a0e /.gitattributes | |
| parent | bcafdf918489485aca2b405109187e66f2e645d5 (diff) | |
feat: implement cargo vendor and optimize Docker builds
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
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 |
