An open API service indexing awesome lists of open source software.

https://github.com/renfei/gitignore


https://github.com/renfei/gitignore

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# gitignore

我们每个Git项目中都需要一个“.gitignore”文件,这个文件的作用就是告诉Git哪些文件不需要添加到版本管理中。比如Java工程项目中的target文件夹是编译后的文件,并不是源代码文件,所以我们需要让Git忽略这个文件夹。这个仓库中维护的就是常见的忽略策略配置。

## 配置

- [Java项目](https://github.com/renfei-net/gitignore/blob/master/java.gitignore)