diff --git a/.gitignore b/.gitignore index 1675763341e1..15bcfca6d330 100644 --- a/.gitignore +++ b/.gitignore @@ -55,9 +55,8 @@ Vagrantfile !.release/ci.hcl !.release/security-scan.hcl !.release/linux/package/etc/vault.d/vault.hcl -!command/agent/config/test-fixtures/*.hcl -!command/server/test-fixtures/**/*.hcl !enos/**/*.hcl +!**/test-fixtures/**/*.hcl !**/testdata/*.hcl # Enos diff --git a/command/test-fixtures/config.hcl b/command/test-fixtures/config.hcl new file mode 100644 index 000000000000..e15c243e41dc --- /dev/null +++ b/command/test-fixtures/config.hcl @@ -0,0 +1,4 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + +token_helper = "foo" \ No newline at end of file