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
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
3
3
4
-
# Usage
5
-
1. Clone this repository
6
-
2. Copy the `default.dcignore` file into the root of your project and rename it `.dcignore`
4
+
# CLI usage
5
+
1. Clone this repository
6
+
2. Copy the `full.dcignore` file into the root of your project and rename it `.dcignore`
7
7
8
+
# Module usage
9
+
1.`npm install @deepcode/dcignore`
10
+
2. Import the module.
11
+
3. Use the `DefaultDCIgnore` string to fill a standard .dcignore file.
12
+
4. Use the `CustomDCIgnore` string if you need to initialize an empty .dcignore with some content.
0 commit comments