markdown git-ignore-local-files.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown git-ignore-local-files.md相关的知识,希望对你有一定的参考价值。

## Explicit repository excludes

If you don't want to create a `.gitignore` file to share with others, you can create rules that are not committed with the repository. You can use this technique for locally-generated files that you don't expect other users to generate, such as files created by your editor.

Use your favorite text editor to open the file called `.git/info/exclude` within the root of your Git repository. Any rule you add here will not be checked in, and will only ignore files for your local repository.

1. In Terminal, navigate to the location of your Git repository.
2. Using your favorite text editor, open the file `.git/info/exclude

Source: [https://help.github.com/articles/ignoring-files/](https://help.github.com/articles/ignoring-files/#explicit-repository-excludes)

以上是关于markdown git-ignore-local-files.md的主要内容,如果未能解决你的问题,请参考以下文章

转换rst到markdown总结

markdown [Markdown HowTo]作为Markdown语法的秘籍

python markdown干啥用的

markdown前端渲染

如何用markdown生成目录

markdown排版示例