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
Release files for ignorefile 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ignorefile-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / ignorefile-0.1.2-py3-none-any.whl
| Download URL | ignorefile-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ce6f715e17a1a6d893ab9a021f7f0043b67257d35c448d7cb1369274bdef4fca
|
|
BLAKE2b-256 checksum How to use checksums |
5ca79884c04ecd2710e27ba038e65638f5f84273bd8b72b4222e651244a73065
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.5
|