Initial commit

This commit is contained in:
Lino Silva
2025-06-12 10:38:14 +01:00
commit 8ff5c3c527
6 changed files with 218 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Node modules
node_modules/
# Build output
dist/
build/
out/
# TypeScript cache
*.tsbuildinfo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env
.env.*
# IDE files
.vscode/
.DS_Store
# Coverage directory
coverage/
# Optional npm cache directory
.npm/
# Optional eslint cache
.eslintcache
# Mac system files
.DS_Store
# Optional REPL history
.node_repl_history