vagrant

https://github.com/mitchellh/vagrant

Ruby

Vagrant is a tool for building and distributing development environments.

VagrantPlugins::AtlasPush::Config#includes=

Lists of files to include/exclude in what is uploaded. Exclude is
always the last run filter, so if a file is matched in both include
and exclude, it will be excluded.

The value of the array elements should be a simple file glob relative
to the directory being packaged.

Source | Google | Stack overflow

Edit

git clone [email protected]:mitchellh/vagrant.git

cd vagrant

open plugins/pushes/atlas/config.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-VagrantPlugins--AtlasPush--Config-includes--for-pr


# Commit to git

git add plugins/pushes/atlas/config.rbgit commit -m "better docs for VagrantPlugins::AtlasPush::Config#includes="


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-VagrantPlugins--AtlasPush--Config-includes--for-pr

hub pull-request


# Celebrate!