https://github.com/renfei/gitignore
https://github.com/renfei/gitignore
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/renfei/gitignore
- Owner: renfei
- License: mit
- Created: 2020-05-06T13:46:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T12:15:07.000Z (over 3 years ago)
- Last Synced: 2025-04-01T23:43:06.960Z (2 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitignore
我们每个Git项目中都需要一个“.gitignore”文件,这个文件的作用就是告诉Git哪些文件不需要添加到版本管理中。比如Java工程项目中的target文件夹是编译后的文件,并不是源代码文件,所以我们需要让Git忽略这个文件夹。这个仓库中维护的就是常见的忽略策略配置。
## 配置
- [Java项目](https://github.com/renfei-net/gitignore/blob/master/java.gitignore)