Initial commit

This commit is contained in:
2025-06-21 23:09:28 -05:00
commit 5351a94626
23 changed files with 6121 additions and 0 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
# Ignore dependencies
node_modules
# Ignore build output
dist
# Ignore Git and VSCode configuration
.git
.vscode
# Ignore tests
tests
# Ignore Docker files
Dockerfile
docker-compose.yml
.dockerignore
# Ignore development-specific configuration
.prettierignore
cspell.json
eslint.config.ts
jest.config.js
pnpm-workspace.yaml