Web Console: Added yarn.lock to gitignore.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0a0ddbc0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0a0ddbc0 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0a0ddbc0 Branch: refs/heads/ignite-5414 Commit: 0a0ddbc01fb70cce248aa75431b18f8206885a59 Parents: e238d56 Author: Alexey Kuznetsov <[email protected]> Authored: Thu Jun 8 19:39:51 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu Jun 8 19:39:51 2017 +0700 ---------------------------------------------------------------------- modules/web-console/backend/.gitignore | 1 + modules/web-console/frontend/.gitignore | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/0a0ddbc0/modules/web-console/backend/.gitignore ---------------------------------------------------------------------- diff --git a/modules/web-console/backend/.gitignore b/modules/web-console/backend/.gitignore index 1074aff..08090a1 100644 --- a/modules/web-console/backend/.gitignore +++ b/modules/web-console/backend/.gitignore @@ -4,3 +4,4 @@ node_modules agent_dists/*.zip config/*.json +yarn.lock http://git-wip-us.apache.org/repos/asf/ignite/blob/0a0ddbc0/modules/web-console/frontend/.gitignore ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/.gitignore b/modules/web-console/frontend/.gitignore index 296d61c..1439664 100644 --- a/modules/web-console/frontend/.gitignore +++ b/modules/web-console/frontend/.gitignore @@ -5,3 +5,4 @@ build/* node_modules public/stylesheets/*.css +yarn.lock
