scroll-lock-body
Version:
scroll lock the body and remember the position
10 lines (7 loc) • 297 B
Plain Text
# File attributes for Git repository.
# References at https://git-scm.com/docs/gitattributes.
# Handle files as text and ensure Unix line endings.
* text=auto eol=lf
# Ignore differences on NPM's lockfile.
# Since version 5.7.0, NPM automatically handle merge conflicts.
package-lock.json -diff