Skip to content

Commit

Permalink
Make the ignore pkg public again
Browse files Browse the repository at this point in the history
Signed-off-by: Ismail Alidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov committed Dec 22, 2023
1 parent 973e86b commit 5586760
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/chart/loader/directory.go
Expand Up @@ -25,9 +25,9 @@ import (

"github.com/pkg/errors"

"helm.sh/helm/v3/internal/ignore"
"helm.sh/helm/v3/internal/sympath"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/ignore"
)

var utf8bom = []byte{0xEF, 0xBB, 0xBF}
Expand Down
2 changes: 1 addition & 1 deletion internal/ignore/doc.go → pkg/ignore/doc.go
Expand Up @@ -65,4 +65,4 @@ Notable differences from .gitignore:
- The evaluation of escape sequences has not been tested for compatibility
- There is no support for '\!' as a special leading sequence.
*/
package ignore // import "helm.sh/helm/v3/internal/ignore"
package ignore // import "helm.sh/helm/v3/pkg/ignore"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5586760

Please sign in to comment.