From 2ac933abb2adfec679ea0288d3ee3cb205deae1b Mon Sep 17 00:00:00 2001 From: Longtiverse Date: Tue, 3 Mar 2026 02:10:06 +0800 Subject: [PATCH] learn how to fork --- .gitignore | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..837c4a87a903 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.log +.DS_Store +node_modules/ \ No newline at end of file diff --git a/README.md b/README.md index f4790267d0d3..c312c9dbbbc9 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ Creating a *fork* is producing a personal copy of someone else's project. Forks After forking this repository, you can make some changes to the project, and submit [a Pull Request](https://github.com/octocat/Spoon-Knife/pulls) as practice. For some more information on how to fork a repository, [check out our guide, "Forking Projects""](http://guides.github.com/overviews/forking/). Thanks! :sparkling_heart: + +Learn how to fork a repository :D \ No newline at end of file