We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24605ef commit 534d9d6Copy full SHA for 534d9d6
1 file changed
internal/util/util.go
@@ -82,7 +82,7 @@ func AddToCursorIgnore(filename string, loader flowkit.ReaderWriter) error {
82
filePermissions := os.FileMode(0644)
83
84
fileStat, err := os.Stat(cursorIgnorePath)
85
- if !os.IsNotExist(err) { // if cursorignore exists
+ if !os.IsNotExist(err) {
86
cursorIgnoreFilesRaw, err := loader.ReadFile(cursorIgnorePath)
87
if err != nil {
88
return err
0 commit comments