Initial commit

This commit is contained in:
hiperman
2025-12-04 00:33:37 -05:00
commit 7ca0a21283
798 changed files with 190424 additions and 0 deletions

31
frontend/.dockerignore Normal file
View File

@@ -0,0 +1,31 @@
# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build outputs
.svelte-kit
build
dist
# IDE and editor files
.vscode
.idea
# Environment files
.env
.env.*
!.env.example
# Docker files
Dockerfile*
docker-compose*.yml
.dockerignore
# Git
.git
.gitignore
.gitattributes