mdbook-angular 0.4.3

mdbook renderer to run angular code samples
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# This line does two things:
# - enable git's CRLF -> LF modification
# - tell git to guess whether files are text or binary
*                      text=auto

# Set the language for these files to json5 to ensure GitHub doesn't show the comments as errors
/.vscode/*.json        linguist-language=JSON5

# Minified files are generated, diff or merge is not useful here
/src/js/**/*.min.js    linguist-generated -diff -merge
/src/js/**/*.min.mjs   linguist-generated -diff -merge
# Not really documentation, but there is no better linguist attribute
/test-book/**/*        linguist-documentation