diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index e9d1c8e..3a87646 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,6 @@ the top-right of the Forgejo page for the repository. ![Forgejo fork button](htt ```console $ git checkout -b repo-init ``` -- Create a `.gitignore` file - ```console - $ touch .gitignore - ``` - Replace the contents of this README with some information about what the repo is. - Commit your changes, and push them ```console