From f7b6949c01fe77e42ada99596d33c0e6d69d407c Mon Sep 17 00:00:00 2001 From: arina22222 <106924080+arina22222@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:45:45 +0200 Subject: [PATCH 1/2] Stepts 1 to 4 --- src/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/index.html diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..0abc178 --- /dev/null +++ b/src/index.html @@ -0,0 +1,12 @@ +> + + + + + + React teamplate + + +
+ + From bccaa6bc115afdd66fc954305366e170c486f054 Mon Sep 17 00:00:00 2001 From: arina22222 <106924080+arina22222@users.noreply.github.com> Date: Thu, 16 Feb 2023 21:09:48 +0200 Subject: [PATCH 2/2] changes --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2cb0689..ea56e3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,2 @@ -.idea/ -.vscode/ +build -node_modules/ -dist/ - -**/*.log