mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-12 23:23:31 -06:00
📝 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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/
|
||||
|
Reference in New Issue
Block a user