Initial release

This commit is contained in:
2026-05-12 23:57:41 -04:00
parent 524c6d2be7
commit 84691ccc3a
66 changed files with 9689 additions and 23 deletions

60
.gitignore vendored
View File

@@ -1,17 +1,49 @@
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Whether you use PnP or not, the node_modules folder is often used to store
# build artifacts that should be gitignored
node_modules
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs
# node-waf configuration
.lock-wscript
#!.yarn/cache
.pnp.*
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn setups files
.yarn
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# twtkpr data file directory
.data
TODO.md