CompactIgnore V1.0.0
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