brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

Kirby Package Manager and gitignore #34

Closed illycz closed 6 years ago

illycz commented 6 years ago

Would it be possible to add plugins to .gitignore configurable? I don't think everyone is using CI.

What do you think?

pqml commented 6 years ago

Not sure to understand what you want

A lot of features are missing from Kirby Package Manager

We made a repo to move kirby package manager outside the kirby webpack boilerplate but didn't start to work on it https://github.com/brocessing/kirby-package-manager

illycz commented 6 years ago

I meant the option to cancel adding plugin to .gitignore when I use Kirby Package Manager...

arnaudjuracek commented 6 years ago

So what you're proposing is something along the line of npm run kirby:add --no-gitignore ?

illycz commented 6 years ago

Yes or Kirby option in config file...

arnaudjuracek commented 6 years ago

Commit 72a4e07a0edba408cbeaebbcedd979a045f2613e adds the --no-ignore flag to kirby:add

Upgrade to 0.7.3 to be able to run :

$ yarn kirby:add --no-ignore
$ npm run kirby:add -- --no-ignore