1
0
mirror of synced 2025-12-23 11:54:18 -05:00
This commit is contained in:
Laura Coursen
2021-10-15 13:37:07 -05:00
committed by GitHub
parent b875fa49e5
commit 97afa0bb14

View File

@@ -27,7 +27,8 @@ GitHub maintains an official list of recommended *.gitignore* files for many pop
$ touch .gitignore
```
If the command succeeds, it won't output anything.
If the command succeeds, there will be no output.
For an example *.gitignore* file, see "[Some common .gitignore configurations](https://gist.github.com/octocat/9257657)" in the Octocat repository.
If you want to ignore a file that is already checked in, you must untrack the file before you add a rule to ignore it. From your terminal, untrack the file.