Initial commit

This commit is contained in:
2025-10-13 16:22:46 +01:00
commit c28f12d077
26 changed files with 10277 additions and 0 deletions

27
.eslintignore Normal file
View File

@@ -0,0 +1,27 @@
.DS_Store
node_modules
/coverage
/dist
/ios
/android
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?