Generate gitignore files based on templates provided by github
Project description
A command line tool that generates .gitignore files using github’s collection of gitignore templates.
Features
- sync with remote functionality
- You can specify a custom output file other that .gitignore
- Can keep and combine the contents of any existing .gitignore file
Install
pip install --upgrade genignore
Usage
- To sync the templates with github, use genignore sync
- To generate a .gitignore for python, osx and linux, use genignore gen python osx linux
- To generate a .gitignore for python, osx and linux and save it as .foo, use genignore gen python osx linux --out=.foo
- To add into an existing ignore, use genignore gen --add jetbrains
- You can also genignore gen python osx linux > .foo
- To list available templates, run genignore list
- Get help with genignore --help
Bugs/Features
Feel free to open a github issue here.
Contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size genignore-0.5.4.tar.gz (6.5 kB) | File type Source | Python version None | Upload date | Hashes View |