Skip to content

Commit 0afecaf

Browse files
dev: github repository attributes for edn project
1 parent b382f59 commit 0afecaf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Configure Languages for GitHub repository using Linguist
22

3-
# Markdown & Make detection,
4-
# exclude HTML, CSS & JavaScript
5-
# docs/** linguist-detectable
3+
# EDN, Markdown & Make detection
64
*.edn linguist-detectable=true
75
*.md linguist-detectable=true
86
make linguist-detectable=true
7+
8+
# Exclude other file types
99
*.css linguist-detectable=false
1010
*.js linguist-detectable=false
1111
*.html linguist-detectable=false

CHANGELOG.org

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
- dev: megalinter java v8.3.0 in megalinter workflow
1010
- dev: setup-clojure 13.1, clj-kondo 2024.11.14, cljstyle 0.17.642 in quality-checks workflow
1111
- dev: markdown lint default practicalli configuration
12-
- Update library versions using `make outdated`
12+
- dev: github repository attributes for edn project
13+
- aliases: update library versions using `make outdated`
1314

1415
| :name | :current | :latest |
1516
| ------------------------------------ | ---------------------------------------- | ---------------------------------------- |

0 commit comments

Comments
 (0)