diff options
author | Andinus <andinus@nand.sh> | 2021-02-28 20:40:40 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-02-28 20:41:26 +0530 |
commit | 000c08d56e2eb0030a6d3e1b6b2bf192eff0c6ff (patch) | |
tree | 63b7172c672db1ccf763ecf25ae4e073317616e0 /.gitattributes | |
parent | 3e6bfe51a2195397e18a484ffa50011cb88f29d4 (diff) | |
download | octans-000c08d56e2eb0030a6d3e1b6b2bf192eff0c6ff.tar.gz |
Add .gitattributes
GitHub now recognises .rakumod so this is not necessary but I'll add it anyways.
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..6b9d6b0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.raku linguist-language=Raku +*.rakumod linguist-language=Raku |