My repository has generated files, with comments at the top of them. For example:
// Code generated by tygo. DO NOT EDIT.
Yet, anytime I open these files, the “tab to come here” and various suggestions start appearing!
- I don’t want to use
.cursorignore
, these files are fine for cursor to read. - I don’t want to disable whole languages with
cursor.cpp.disabledLanguages
, the language isn’t the problem.
My request is simply for cursor to respect the native vscode setting files.readonlyInclude that I’m already using.
It disables editing for humans, it should do the same for the AI.