Skip to content

feat: .gitingestignore file #147

@BrianLYS

Description

@BrianLYS

Currently whenever I use gitingest I would have to do the following and it doesn't seem to accept multiple files

# Current
gitingest -e LICENSE .

# Should have
gitingest -e "LICENSE README.md package.json" .

There should be also be way for users to ignore multiple files and store it in a .gitingestignore file

node_modules/
LICENSE
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
tsconfig
.
.
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions