gui/modules/libtea/.eslintignore
ABevier 1d282ac7e4
show version correctly (#544)
* show version correctly

* fix lint/prettier

* button style
2023-05-03 12:53:38 +08:00

17 lines
No EOL
201 B
Text

.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
coverage/*
build/*
dist/*
electron/dist/*