We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitattributes
1 parent ddc93bf commit 49927bcCopy full SHA for 49927bc
.gitattributes
@@ -0,0 +1,8 @@
1
+# Configure Languages for GitHub repository using Linguist
2
+
3
+# ignore all files, except for markdown
4
+docs/** linguist-detectable
5
+*.md linguist-detectable=true
6
+*.css linguist-detectable=false
7
+*.js linguist-detectable=false
8
+*.html linguist-detectable=false
.gitignore
@@ -21,5 +21,6 @@
21
# ------------------------
22
# Version Control
23
!.gitignore
24
+!.gitattributes
25
!.github/
26
CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
# Unreleased
+## Added
+- dev: set markdown as repository language with `.gitattributes`
## Changed
- clojure-cli: enhance built-in commands description
9
- code-challenge: rewrite code challenges overview
0 commit comments