Create react project

This commit is contained in:
IgorVolochay
2025-02-07 21:27:04 +00:00
parent e977bf2c98
commit 354e1f6251
17 changed files with 17600 additions and 0 deletions
+25
View File
@@ -170,3 +170,28 @@ cython_debug/
# PyPI configuration file
.pypirc
# React
# 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*