oscar-stack / puppet-debugging-kit

A batteries-included environment for debugging Puppet powered infrastructure.
29 stars 16 forks source link

Ignore the .env file #22

Closed jarretlavallee closed 4 years ago

jarretlavallee commented 4 years ago

This PR is rebased onto #21, so it will need to be merged first. This PR ignores the .env file in the debugging kit's gitignore and the rsync_ignore. This enables the use of .env files within the directory.

More information on dotenv will depend on the user's shell. One can set the VAGRANT_DEFAULT_PROVIDER and other non-sensitive provider environment variables in this file.