This commit is contained in:
proddy
2024-04-07 15:50:19 +02:00
parent 85c8b663b1
commit bfbc77c92e
15 changed files with 293 additions and 3127 deletions

22
.gitignore vendored
View File

@@ -30,7 +30,7 @@ stats.html
*.sln
*.sw?
.pnp.*
.yarn/*
*/.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
@@ -39,6 +39,16 @@ stats.html
yarn.lock
analyse.html
interface/vite.config.ts.timestamp*
*.local
# i18n generated files
interface/src/i18n/i18n-react.tsx
interface/src/i18n/i18n-types.ts
interface/src/i18n/i18n-util.ts
interface/src/i18n/i18n-util.sync.ts
interface/src/i18n/i18n-util.async.ts
# mock-api uploads
*/uploads/*
!uploads/README.md
# scripts
test.sh
@@ -46,18 +56,10 @@ scripts/run.sh
scripts/__pycache__
scripts/stackdmp.txt
# i18n generated files
interface/src/i18n/i18n-react.tsx
interface/src/i18n/i18n-types.ts
interface/src/i18n/i18n-util.ts
interface/src/i18n/i18n-util.sync.ts
interface/src/i18n/i18n-util.async.ts
# sonar
.scannerwork/
sonar/
bw-output/
# testing
# standalone executable for testing
emsesp