Create empty .gitignore file
This commit is contained in:
parent
a4e4ee477b
commit
d8bc008333
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Add globs to files you don't want tracked to this file. Common examples
|
||||
# include "**/node_modules", "*.secret", and ".env*".
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue