diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 19 insertions, 13 deletions
@@ -1,16 +1,22 @@ /tests/example-provider/.vagrant + /puppet/modules/site_custom -/Gemfile.lock -/tests/puppet/provider/hiera -/tests/puppet/provider/secrets.json -/tests/puppet/provider/files/ssh/authorized_keys -/tests/puppet/provider/files/nodes/ -/tests/puppet/provider/nodes/* -!/tests/puppet/provider/nodes/catalogtest.json -/tests/puppet/provider/tags/* -!/tests/puppet/provider/tags/catalogtest.json -/tests/puppet/provider/users/* -!/tests/puppet/provider/users/gitlab-runner -!/tests/puppet/provider/users/gitlab-runner/* -/tests/puppet/provider/test + +/tests/platform-ci/.bundle +/tests/platform-ci/vendor +/tests/platform-ci/bin +/tests/platform-ci/Gemfile.lock +/tests/platform-ci/provider/hiera +/tests/platform-ci/provider/secrets.json +/tests/platform-ci/provider/files/ssh/authorized_keys +/tests/platform-ci/provider/files/nodes/ +/tests/platform-ci/provider/nodes/* +!/tests/platform-ci/provider/nodes/catalogtest.json +/tests/platform-ci/provider/tags/* +!/tests/platform-ci/provider/tags/catalogtest.json +/tests/platform-ci/provider/users/* +!/tests/platform-ci/provider/users/gitlab-runner +!/tests/platform-ci/provider/users/gitlab-runner/* +/tests/platform-ci/provider/test + /builds |