Initialize project using Create React App

Este commit está contenido en:
ale
2025-09-29 01:02:56 +02:00
commit f26be9dae3
Se han modificado 18 ficheros con 17862 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*