Skip to content

CompactIgnore V1.0.0

Compare
Choose a tag to compare
@confused-Techie confused-Techie released this 05 Feb 00:23
· 46 commits to main since this release

Compact Ignore

The first release of CompactIgnore, aimed at letting developers spend less time and effort making sure all of their ignore files are proper and synced.

This project was made after I realized with so many different build tools in a single project it became rather difficult to ensure that all tools only had what they needed, from ensuring Config files aren't stored in Github, documentation isn't stored in Docker, and Prettier doesn't have access to dependencies, Compact Ignore was created to alleviate this and make it all a bit simpler.

Full installation and usage documentation is available on the Github Readme.

Supported Files

CompactIgnore will use a single .compactignore to be able and generate the following:

  • .gitignore
  • .dockerignore
  • .prettierignore
  • .npmignore
  • .eslintignore