diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-26 09:57:51 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-26 09:57:51 +0200 |
commit | 726b8c00159230e44e3b7726cb2c96d08073379c (patch) | |
tree | 93ccd6f39f420f79b0e65a6aaa790beb5edc638a /.gitattributes | |
parent | 90c37677abd6344a5154c66342c6c96ddbbf65e8 (diff) | |
download | aerogramme-726b8c00159230e44e3b7726cb2c96d08073379c.tar.gz aerogramme-726b8c00159230e44e3b7726cb2c96d08073379c.zip |
ignore generated files for lang detection
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0804cfa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +Cargo.nix linguist-vendored +flake.lock linguist-vendored |