first commit

This commit is contained in:
2025-10-14 13:13:17 +02:00
commit 3cc24138bb
20 changed files with 16483 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Editors/IDE
.vscode/
.idea/
*.swp
*.swo
# OS junk
.DS_Store
Thumbs.db
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.log
# Node
node_modules/
*.tsbuildinfo
# Build artifacts
dist/
build/
.cache/
.tmp/
.temp/
coverage/
.eslintcache
# Env
.env
.env.*
!.env.example
*.local.*
# Patches/backups
*.bak
*.orig
*.rej
# Extension packaging
web-ext-artifacts/
*.crx
*.zip