Initial commit

This commit is contained in:
2025-01-03 09:19:18 +01:00
parent b6f5f602bd
commit 4a0c080ad0
5 changed files with 31 additions and 12 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Node.js
node_modules/
npm-debug.log
yarn-error.log
# Logs
logs/
*.log
# Dependency directories
jspm_packages/
# TypeScript
*.tsbuildinfo
# IDE files
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
# Build directories
dist/
build/