We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5038c6b commit 84a1b81Copy full SHA for 84a1b81
.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
@@ -1,2 +1,26 @@
-_book
-node_modules
+# Exclude all files from root directory
+/*
+# ------------------------
+# Common project files
+!CHANGELOG.md
+!README.md
+!LICENSE
9
10
11
+# Include MkDocs files
12
+!docs/
13
+!includes/
14
+!overrides/
15
+!mkdocs.yml
16
17
18
+# Project automation
19
+!Makefile
20
21
22
+# Version Control
23
+!.gitignore
24
+!.gitattributes
25
+!.github/
26
0 commit comments