You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
1
+
# dcignore
2
+
This repository offers a default implementation of the .dcignore file and an automatic generator based on common .gitignore patterns found in https://github.com/github/gitignore
5
3
6
4
# 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
5
+
1. Clone this repository
6
+
2. Copy the `default.dcignore` file into the root of your project and rename it `.dcignore`
0 commit comments