Initialize project using Create React App

Este commit está contenido en:
ale
2025-11-18 02:50:18 +01:00
commit 585716d86c
Se han modificado 18 ficheros con 17882 adiciones y 0 borrados

23
.gitignore vendido Archivo normal
Ver fichero

@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*