]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
credits.sh: Ignore package-lock.json and .xlf files
authorTiago Melo <tmelo@suse.com>
Thu, 25 Oct 2018 15:56:54 +0000 (16:56 +0100)
committerTiago Melo <tmelo@suse.com>
Fri, 16 Nov 2018 15:11:06 +0000 (15:11 +0000)
commit2867aa03a2b51a2878c782ff908a84904162342d
tree8694dc4a170bbcc65999de12d87fe4d72af38c10
parent578616a38919e39852da159bf4f916f4ddadd6ae
credits.sh: Ignore package-lock.json and .xlf files

package-lock.json: This file is modified automatically by npm any time we update
a frontend package, and can amount to large number of line changes.
For example, updating around 10 packages can result in 3k lines changed
in package-lock.json.

.xlf: They are used for the I18M of the dashboard and are automatically created
by Angular/transifex. Curretly each has around 5k lines and those lines should
not be credited to the commiter.

Signed-off-by: Tiago Melo <tmelo@suse.com>
src/script/credits.sh