gignorex

1.0.1 • Public • Published

GIgnoreX

GIgnoreX is a command-line utility for managing .gitignore files without directly modifying them. It allows you to add, remove, and list files to be ignored by Git without adding them to the .gitignore file.

Description

This tool is designed to handle Git-ignore functionality for files that editors or IDEs produce (such as configuration files) that you don't want to push to Git but also don't want to add explicitly to the .gitignore file.

Installation

npm install -g gignorex

Add files to ignore:

gignorex add <file/folder name>

Remove files from ignore:

gignorex remove <file/folder name>

List ignored files:

gignorex list

Examples

gignorex add logs/
gignorex add /.vscode/
gignorex remove temp.txt
gignorex list

Contributing

Contributions are welcome! If you have suggestions, enhancements, or bug fixes, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.10latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.10

Package Sidebar

Install

npm i gignorex

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.61 kB

Total Files

5

Last publish

Collaborators

  • musadiqpeerzada