Initial commit

This commit is contained in:
2025-08-16 10:27:16 +02:00
commit aa906396fb
5 changed files with 103 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Dependencies
/node_modules
# Build output
/dist
# IDEs and editors
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*