Ignore the .cache folder for LabVIEW projects#2694
Conversation
Ignore the .cache folder for LabVIEW projects. This is a local folder with metadata used by LabVIEW NXG.
|
@shastriUF any links to StackOverflow discussions or other documentation about this change? |
|
@shiftkey I couldn't find any public discussions. One example I found was in the repo of LabVIEW NXG examples that NI maintains. This repo ignores the .cache folder in this commit. Note that they change the .gitignore later so that they can commit .projectcache files in the .cache folder. However, these cache files are binary files, so we wouldn't want to recommend committing them by default. I don't think I can find any other public documentation. Is there a way to say "I work for the team/company that builds this language" as a means of authenticating these changes? :) |
@shastriUF having this context up front definitely helps, but being able to point people to resources about this rule and why it's needed it preferred. |
Ignore the .cache folder for LabVIEW projects.
Reasons for making this change:
.cache/ is a local folder with metadata used by LabVIEW NXG.