Skip to content

Commit debc02a

Browse files
authored
Added meme README
1 parent b6bd154 commit debc02a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Manatee
2+
Manatee is an automatic .dcignore generator based on common .gitignore patterns found in https://github.com/github/gitignore
3+
4+
It's [lazy and ugly](https://youtu.be/YXm1ICO8Nec), yet functional.
5+
6+
# Usage
7+
1. Run the script
8+
```bash
9+
./generate.sh
10+
```
11+
2. Read the results
12+
```bash
13+
cat ./output.gitignore
14+
```
15+
3. ???
16+
4. PROFIT
17+

0 commit comments

Comments
 (0)