Add common sets of ignored file types to your .gitignore easily
Project description
ignore
===
`ignore` allows you to quickly add common sets of file types to your `.gitignore` file. It pulls from `https://github.com/github/gitignore`.
```
$ ignore python
$ cat .gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
.
.
.
```
===
`ignore` allows you to quickly add common sets of file types to your `.gitignore` file. It pulls from `https://github.com/github/gitignore`.
```
$ ignore python
$ cat .gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
.
.
.
```
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
File details
Details for the file ignore-from-github-1.0.tar.gz
.
File metadata
- Download URL: ignore-from-github-1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f95c04c5a5f7aea28824b47b3bc0ca9d2beda142a5ecdc67115f9ffadb5e440 |
|
MD5 | c523339be7616983a94ddbc1e1e9bb49 |
|
BLAKE2b-256 | ce1db07ddcde8554b8e558b97d647b3c50ab469e1380b63f811df77f9db82302 |