Releases: confused-Techie/CompactIgnore
v2.0.3
v2.0.2
Resolves an issue where the logged write time is inaccurate.
v2.0.1
Reduces the size of the installed NPM module significantly.
From 32.6 kB -> 21 kB
v2.0.0
Version 2.0.0 of CompactIgnore switches from using JSON as it's file input and instead sticks with the much more familiar Git Ignore like file.
This accompanies an entire rewrite of the application, to be faster than before, and allow .compactignore
files to be written much more quickly and with much more familiarity.
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