Skip to content

Add UserState to LabVIEW gitignore#4856

Open
shivaCode-2 wants to merge 1 commit intogithub:mainfrom
shivaCode-2:patch-1
Open

Add UserState to LabVIEW gitignore#4856
shivaCode-2 wants to merge 1 commit intogithub:mainfrom
shivaCode-2:patch-1

Conversation

@shivaCode-2
Copy link
Copy Markdown

@shivaCode-2 shivaCode-2 commented Apr 28, 2026

Reasons for making this change

With the release of LabVIEW 2026 Q1, we have released Project Level Debugging feature. This feature stores debugging specific information like debug state of the VIs, probe related information into a project specific .lvprojstate file. These files are stored under the project specific folder ending with .UserState.

However, these files are user and state dependent and should be ignored by source control. Adding *.UserState to gitignore

Links to documentation supporting these rule changes

LabVIEW 2026 Q1 New Features and Changes

Merge and Approval Steps

Copilot AI review requested due to automatic review settings April 28, 2026 20:55
@shivaCode-2 shivaCode-2 requested a review from a team as a code owner April 28, 2026 20:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the LabVIEW .gitignore template to ignore new per-user/per-project debugging state produced by LabVIEW 2026 Q1’s Project Level Debugging feature.

Changes:

  • Adds an ignore rule intended to exclude the new .UserState project debugging state from source control.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread LabVIEW.gitignore
*.aliases
*.lvlps
.cache/
*.UserState
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the PR Description to describe better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants