
Among other things, this makes the output of `git diff` not show line-by-line changes for files in this folder, making it much easier to understand. Also applies the same attributes to the package lock files.
6 lines
147 B
Text
6 lines
147 B
Text
# Don't show diffs for lock files
|
|
package-lock.json binary
|
|
yarn.lock binary
|
|
|
|
# Everything in the dist folder is considered a binary
|
|
dist/** binary
|