jam/.gitignore
Thebora Kompanioni 6b45718759
feat: backend version based feature toggles (#647)
* feat(api): add getinfo request to JmWalletApi

* chore: add server information to ServiceInfoContext

* feat(features): feature toggles based on backend version

* ui: hide import wallet button on unsupported backend version

* ui: hide rescan chain button on unsupported backend version

* fix: handle nullable serviceInfo and fix tests

* test: verify import wallet is not displayed
2023-09-10 15:04:46 +02:00

23 lines
286 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
.idea/