@deepcode/dcignore
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

dcignore

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

CLI usage

  1. Clone this repository
  2. Copy the full.dcignore file into the root of your project and rename it .dcignore

Module usage

  1. npm install @deepcode/dcignore
  2. Import the module.
  3. Use the DefaultDCIgnore string to fill a standard .dcignore file.
  4. Use the CustomDCIgnore string if you need to initialize an empty .dcignore with some content.

Javascript

const { DefaultDCIgnore, CustomDCIgnore } = require('@deepcode/dcignore');

Typescript

import { DefaultDCIgnore, CustomDCIgnore } from "@deepcode/dcignore";

Readme

Keywords

Package Sidebar

Install

npm i @deepcode/dcignore

Weekly Downloads

13,758

Version

1.0.4

License

MIT

Unpacked Size

31.4 kB

Total Files

12

Last publish

Collaborators

  • deepcode_accounts
  • dc_arvid
  • lorenzo-deepcode
  • snykspoor
  • ork-snyk