Initial commit: Vue 3 photo viewer, filters, zoom, docs

This commit is contained in:
arucosCIAT Bot
2025-09-25 22:54:44 -06:00
commit f5f48a9d1e
7 changed files with 1028 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Ignore image contents but keep the folder
imagenes/*
!imagenes/.gitkeep
# OS/editor junk
.DS_Store
Thumbs.db
.idea/
.vscode/
node_modules/