Initial commit

This commit is contained in:
Marta Borgia Leiva 2026-02-09 18:20:22 +01:00 committed by GitHub
commit f3f4ef244a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 689 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# Angular specific
/dist/
/out-tsc/
/tmp/
/coverage/
/e2e/test-output/
/.angular/
.angular/
# Node modules and dependency files
/node_modules/
/package-lock.json
/yarn.lock
# Environment files
/.env
# Angular CLI and build artefacts
/.angular-cli.json
/.ng/
# TypeScript cache
*.tsbuildinfo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*