Skip to content

Latest commit

History

History
37 lines (27 loc) 路 692 Bytes

README.md

File metadata and controls

37 lines (27 loc) 路 692 Bytes

Derongi

Project-specific ".gitignore" generator. 馃彍

Usage

$ derongi generate Nim MacOS
Fetch github.com/gitignore/gitignore/Nim.gitignore
Fetch github.com/gitignore/gitignore MacOS.gitignore

Blending...
Generated .gitignore !

$ cat .gitignore
### https://raw.github.com/github/gitignore/499ae899e7b54e701e878759f73d9092302fd07a/Nim.gitignore

nimcache/

### https://raw.github.com/github/gitignore/499ae899e7b54e701e878759f73d9092302fd07a/Global/macOS.gitignore

# General
.DS_Store
.AppleDouble
.LSOverride

...