Compare commits

...

1 commit

Author SHA1 Message Date
D. Scott Boggs 517503cec3 Create empty .gitignore file 2023-09-01 06:11:22 -04:00
2 changed files with 0 additions and 4 deletions

0
.gitignore vendored Normal file
View file

View file

@ -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