From 30f8085b8a4d5545fc55dc15ccb014309c669524 Mon Sep 17 00:00:00 2001 From: Gustaf Lindstedt Date: Sat, 2 Jan 2021 15:13:34 +0100 Subject: [PATCH] highlight .ron files as rust in github --- .gitattributes | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6193ad9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ron linguist-language=Rust \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 774ef0d..fbc4c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ edition = "2018" keywords = ["audio", "cli"] categories = ["multimedia::audio", "command-line-utilities"] exclude = [ + ".gitattributes", ".github", "contrib", "*.ron",