4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Added version.js to gitignore file

This file is created during build and does not need to be updated with the repo.
This commit is contained in:
QuickMythril 2022-05-06 19:15:46 -04:00
parent f77cec5f3c
commit edb0a2d16c

1
.gitignore vendored
View File

@ -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/