React initial commit

This commit is contained in:
2022-04-14 22:25:44 -03:00
parent 16b2253880
commit 38f97e1acc
22 changed files with 169 additions and 420 deletions

24
.gitignore vendored
View File

@@ -2,4 +2,26 @@ node_modules
package-lock.json
.env
.env# 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*