4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 09:45:52 +00:00
qortal-ui/.gitignore
QuickMythril edb0a2d16c Added version.js to gitignore file
This file is created during build and does not need to be updated with the repo.
2022-05-06 19:15:46 -04:00

23 lines
260 B
Plaintext

# Yarn
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/
# Mac .DS_Store files
.DS_Store
# Build script related
watch.pid
# Built WWW
builtWWW/
# Dist
dist/