initial version

This commit is contained in:
Eyal Toledano
2025-03-04 13:55:17 -05:00
commit 07648a1417
22 changed files with 4344 additions and 0 deletions

68
.gitignore vendored Normal file
View File

@@ -0,0 +1,68 @@
# Dependency directories
node_modules/
jspm_packages/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Compiled binary addons
build/Release
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env.test
# parcel-bundler cache
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Mac files
.DS_Store
# Debug files
*.debug
init-debug.log
dev-debug.log
# Project specific
tasks.json
tasks/