From 0afecaf224b6f9ca1575003064a0e7c00981cc90 Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Thu, 19 Dec 2024 14:22:11 +0000 Subject: [PATCH] dev: github repository attributes for edn project --- .gitattributes | 6 +++--- CHANGELOG.org | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 83c99d2..50425b3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ # Configure Languages for GitHub repository using Linguist -# Markdown & Make detection, -# exclude HTML, CSS & JavaScript -# docs/** linguist-detectable +# EDN, Markdown & Make detection *.edn linguist-detectable=true *.md linguist-detectable=true make linguist-detectable=true + +# Exclude other file types *.css linguist-detectable=false *.js linguist-detectable=false *.html linguist-detectable=false diff --git a/CHANGELOG.org b/CHANGELOG.org index 3e7a9a2..479c06f 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -9,7 +9,8 @@ - dev: megalinter java v8.3.0 in megalinter workflow - dev: setup-clojure 13.1, clj-kondo 2024.11.14, cljstyle 0.17.642 in quality-checks workflow - dev: markdown lint default practicalli configuration - - Update library versions using `make outdated` + - dev: github repository attributes for edn project + - aliases: update library versions using `make outdated` | :name | :current | :latest | | ------------------------------------ | ---------------------------------------- | ---------------------------------------- |