commit inicial

This commit is contained in:
2026-06-10 14:54:48 -04:00
commit 053f1ea7f6
18 changed files with 1461 additions and 0 deletions

28
.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
# Dependency directories
node_modules
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Version control
.git
.gitignore
# Docker configuration files
Dockerfile
.dockerignore
# Environment files
.env
.env.*
# IDE / editor artifacts
.idea/
.vscode/*.swp
# Miscellaneous
*.md
.DS_Store
Thumbs.db