Skip to content

Tired of having to manually add SilverStripe modules and themes to .gitignore?

License

Notifications You must be signed in to change notification settings

mikeyc7m/SSAutoGitIgnore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSAutoGitIgnore

A Composer post-update-cmd script to automatically add Composer managed SilverStripe modules and themes to .gitignore

Install instructions

Add it to your project with:

composer require gdmedia/ss-auto-git-ignore

Add the following to your composer.json

"scripts": {
     "post-update-cmd": "GDM\\SSAutoGitIgnore\\UpdateScript::Go"
}

About

Tired of having to manually add SilverStripe modules and themes to .gitignore?

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%