Download .gitignore file for a language of your choice
Project description
ignorefile
Download .gitignore file for a language of your choice.
Install
pip install ignorefile
Usage
ignorefile <language>
: Download .gitignore for <language> and adds it the current directory.
ex:
ignorefile python
if a .gitignore file already exists, the user will have the choice:
ignorefile django
.gitignore already exists, [A]ppend, [O]verride, [Q]uit?
If you choose append option, all duplicates in the .gitignore file will be removed. ex:
### C ###
*.obj
*.out
### C++ ##
*.obj
*.out
Options
Options:
--list list all available languages/Frameworks.
--version Show the version and exit.
--help Show this message and exit.
License
MIT
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.
Source Distribution
ignorefile-0.1.1.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for ignorefile-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd1c1080eab11789a2c53c69eb642b7ad26d509bf11428c2dae19d0676a984c7 |
|
MD5 | e3daf63823dedddd90bb8e24df46149d |
|
BLAKE2b-256 | d7da244bfc7b2de115aab20fa54c4fb832dc007ff28557afb2bc06e4df7c08e5 |