Use gitattributes to ignore generated lib js files

This commit is contained in:
Bryan Clark 2019-11-28 13:00:30 -08:00
parent b8a0027e2c
commit 4450e92d78

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
lib/*.js -diff -merge
lib/*.js linguist-generated=true