20 lines
No EOL
386 B
Markdown
20 lines
No EOL
386 B
Markdown
# 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
|
|
``` |