From 9b124db85722717dd7f597f5c4681c8cf1c7269c Mon Sep 17 00:00:00 2001 From: Cameron Carstens Date: Tue, 30 Apr 2024 16:57:57 +0800 Subject: [PATCH] Remove Syntax Highlighting Sway Files as Rust (#792) ## Type of change - Improvement (refactoring, restructuring repository, cleaning tech debt, ...) ## Changes The following changes have been made: - Removed the .gitattributes file ## Notes - GitHub recognizes sway files as does not need them to be marked as Rust files --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index a2fe4f615..000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Syntax highlighting of sway files as rust -*.sw linguist-language=Rust