# This line does two things:
# - enable git's CRLF -> LF modification
# - tell git to guess whether files are text or binary
*
# Set the language for these files to json5 to ensure GitHub doesn't show the comments as errors
/.vscode/*.json
# Minified files are generated, diff or merge is not useful here
/src/js/**/*.min.js/src/js/**/*.min.mjs# Not really documentation, but there is no better linguist attribute
/test-book/**/*