Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixkaito/gitignore

My .gitignore template
https://github.com/ixkaito/gitignore

Last synced: 26 days ago
JSON representation

My .gitignore template

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
```