📝 Documentation improvements

Fix typos and improve wordings in README.md and CONTRIBUTING.md.

Additionally the `.idea` folder is added to .gitignore, to prevent WebStorm's temp files from being uploaded.
This commit is contained in:
Michal
2023-10-08 01:11:02 +02:00
parent f865d0d8c1
commit 68d32eb154
4 changed files with 51 additions and 50 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
@@ -9,7 +8,7 @@
# testing
/coverage
#cache
# cache
.turbo
.next
.vercel
@@ -24,9 +23,9 @@ yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*
.idea
out/
build/