diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-08-18 14:37:18 +0100 |
---|---|---|
committer | André Schmid <andre.schmid@est.tech> | 2021-08-18 14:56:20 +0000 |
commit | 44bfa5b81f7936d66498c8fbc07b55fd4390add0 (patch) | |
tree | 4e955891cca62126b9da29a7bf59028ab4d5feba /openecomp-ui/.gitignore | |
parent | cb872d0f9bf02546955cb713a8fbe7520f6d16d3 (diff) |
Remove and ignore yarn.lock
Removes and ignores from git a build generated file yarn.lock.
Change-Id: I263d951ad266d758d149b5057a90c94d56d89608
Issue-ID: SDC-3672
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/.gitignore')
-rw-r--r-- | openecomp-ui/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openecomp-ui/.gitignore b/openecomp-ui/.gitignore index fb12975889..1571e59929 100644 --- a/openecomp-ui/.gitignore +++ b/openecomp-ui/.gitignore @@ -16,5 +16,6 @@ coverage .storybook-dist .storybook/resources yarn-error.log +yarn.lock stats.json package-lock.json |