Update README.md
This commit is contained in:
parent
a5dc949c02
commit
d09cf93727
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Gitignore
|
||||||
|
|
||||||
|
A script for adding `.gitignore`s to projects.
|
||||||
|
First clone the repository
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.touhou.ca/spencer/gitignore.git
|
||||||
|
```
|
||||||
|
Then install
|
||||||
|
```
|
||||||
|
cd gitignore && ./install.sh
|
||||||
|
```
|
||||||
|
The `gitignore` repository can now be deleted.
|
||||||
|
|
||||||
|
Now in any git repository, run `gitignore [type]` to copy in the template `.gitignore` file.
|
||||||
|
|
||||||
|
Currently supported templates:
|
||||||
|
```
|
||||||
|
latex
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue