Skip to content

Releases: confused-Techie/CompactIgnore

v2.0.3

11 Feb 00:41
Compare
Choose a tag to compare

Adds a new profile of gcloudignore to produce .gcloudignore files.

v2.0.2

04 Feb 03:27
Compare
Choose a tag to compare

Resolves an issue where the logged write time is inaccurate.

v2.0.1

04 Feb 02:54
Compare
Choose a tag to compare

Reduces the size of the installed NPM module significantly.

From 32.6 kB -> 21 kB

v2.0.0

04 Feb 02:41
Compare
Choose a tag to compare

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

05 Feb 00:23
Compare
Choose a tag to compare

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