initial commit

This commit is contained in:
2026-05-04 22:05:10 +02:00
commit f638b06a86
43 changed files with 15670 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Dependencies
node_modules/
# Built files
lib/
dist/
out/
build/
# IDE files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
# Backup files
*.backup
# Log files
*.log
npm-debug.log*
# Runtime data
.pnp.*
.yarn/
# Editor settings
.DS_Store
*.swp
*.swo
# Test cache
.jest-cache/