Create React app

This commit is contained in:
2022-10-01 13:31:51 +01:00
parent b047798895
commit 3402b8f2f0
18 changed files with 26935 additions and 1 deletions

22
.gitignore vendored
View File

@@ -1,3 +1,25 @@
# 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*
# Logs
logs
*.log