We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ecf16 commit c68c3d0Copy full SHA for c68c3d0
cli/cmd/deploy.go
@@ -75,7 +75,6 @@ func deploy(force bool, ignoreCache bool) {
75
76
if config.AreProjectFilesRequired() {
77
projectPaths, err := files.ListDirRecursive(root, false,
78
- files.IgnoreCortexYAML,
79
files.IgnoreHiddenFiles,
80
files.IgnoreHiddenFolders,
81
files.IgnorePythonGeneratedFiles,
0 commit comments