We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bd154 commit debc02aCopy full SHA for debc02a
1 file changed
README.md
@@ -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
13
+ cat ./output.gitignore
14
15
+3. ???
16
+4. PROFIT
17
0 commit comments