creativedotdesign / tofino

WordPress boilerplate theme on a modern stack. NPM and Composer.
Other
29 stars 6 forks source link

Update .gitignore to exclude nested vendor directories #232

Closed danimalweb closed 7 years ago

danimalweb commented 7 years ago

Update the .gitignore file to exclude the vendor directory in the root only, not all folders called vendor. Add a leading slash e.g. /vendor/

Issue: I copied a js file from a 3rd party and created directory /assets/scripts/vendor This folder was not committed to the git repo.