mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
23 lines
245 B
Text
23 lines
245 B
Text
.git
|
|
.gitignore
|
|
.cache
|
|
*.md
|
|
!README*.md
|
|
/node_modules
|
|
/dist
|
|
/docs
|
|
/.github
|
|
.vscode
|
|
CHANGELOG.md
|
|
coverage
|
|
test
|
|
src/client/dist
|
|
docker/litd/data
|
|
.claude
|
|
|
|
# all env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|