From edb0a2d16c760a3f0bed8aa6332afd72c316dd67 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Fri, 6 May 2022 19:15:46 -0400 Subject: [PATCH] Added version.js to gitignore file This file is created during build and does not need to be updated with the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 61497b82..f48b5eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ yarn.lock # Derived js files qortal-ui-plugins/plugins/core/**/*.js !*.src.js +qortal-ui-core/src/redux/app/version.js # Node modules node_modules/