Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixkaito/gitignore
My .gitignore template
https://github.com/ixkaito/gitignore
Last synced: 26 days ago
JSON representation
My .gitignore template
- Host: GitHub
- URL: https://github.com/ixkaito/gitignore
- Owner: ixkaito
- Created: 2014-07-17T08:15:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T07:27:34.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T17:23:16.683Z (about 2 months ago)
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitignore
Generate `.gitignore` using [this template](https://github.com/ixkaito/gitignore/blob/master/.gitignore).
## Install the command line
```
$ git config --global alias.ignore '!gi() { if [[ ! -f .gitignore ]]; then touch .gitignore && curl -fsSL https://raw.githubusercontent.com/ixkaito/gitignore/master/.gitignore >> .gitignore; fi; }; gi'
```## Usage
```
$ git ignore
```