mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-18 13:08:41 +02:00
* feat: big cleanup and refactor * chore: fix config * chore: security stuff * chore: dep bumps * chore: more version bumps * chore: move to lucide icons * chore: change slider * chore: more stuff * chore: move component to shadcn * chore: remove numeral * chore: remove night theme * chore: move to sse * chore: cleanup deps * feat!: remove lnmarkets integration * feat!: remove rebalancing flow * chore: move to svg progress bar * chore: new toast lib * chore!: remove accounting report tool * chore: dependency updates * chore: donate button changes * chore: cleanup file * chore: cleanup * ci: build changes * fix: routing
21 lines
220 B
Text
21 lines
220 B
Text
.git
|
|
.gitignore
|
|
.cache
|
|
*.md
|
|
!README*.md
|
|
/node_modules
|
|
/dist
|
|
/docs
|
|
/.github
|
|
.vscode
|
|
CHANGELOG.md
|
|
coverage
|
|
test
|
|
src/client/dist
|
|
|
|
# all env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|