Skip to content

Commit

Permalink
refactor: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hosekpeter committed Nov 20, 2024
1 parent e375dc2 commit 83300d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/pkg/project/ignore/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ package ignore

import (
"context"

"github.com/keboola/keboola-as-code/internal/pkg/filesystem"
"github.com/keboola/keboola-as-code/internal/pkg/state"
"github.com/keboola/keboola-as-code/internal/pkg/utils/errors"
)

const KBCIgnoreFilePath = ".keboola/kbc_ignore"
const KBCIgnoreFilePath = ".keboola/.kbcignore"

type File struct {
rawStringPattern string
Expand Down

0 comments on commit 83300d9

Please sign in to comment.