xml-crypto
Version:
Xml digital signature and encryption library for Node.js
11 lines (9 loc) • 322 B
Plain Text
# Git to autodetect text files and normalise their line endings to LF when they are checked into your repository.
* text=auto
# git won't try to convert this files
*.pem -text
*.der -text
test/static/**/*.xml -text
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text
.gitignore text