Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/gitignore
A small Haskell program to apply GitHub gitignores (https://github.com/github/gitignore) to existing repos.
https://github.com/relrod/gitignore
Last synced: 13 days ago
JSON representation
A small Haskell program to apply GitHub gitignores (https://github.com/github/gitignore) to existing repos.
- Host: GitHub
- URL: https://github.com/relrod/gitignore
- Owner: relrod
- License: bsd-3-clause
- Created: 2013-12-02T07:24:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T23:14:33.000Z (over 8 years ago)
- Last Synced: 2024-10-04T18:21:37.247Z (about 1 month ago)
- Language: Haskell
- Size: 6.84 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitignore
A small Haskell program to apply GitHub
[gitignores](https://github.com/github/gitignore) to existing repos.## Using
- **Get a list of all possible gitignore templates**: `gitignore list`
- **Apply a gitignore template**: `gitignore > .gitignore`