Add UserState folder to LabVIEW.gitignore#4800
Open
crossrulz wants to merge 1 commit intogithub:mainfrom
Open
Conversation
|
7tutifuutitrititirififitufifufufitutitufufu4
czw., 19 lut 2026, 15:48 użytkownik Tim Robinson ***@***.***>
napisał:
… Reasons for making this change
With the release of LabVIEW 2026Q1, NI created a *.lvprojstate file to
handle debugging artifacts, such as breakpoints, instead of storing them in
the VI file. These project state files are saved inside of a *.UserState
folder. It would be best to just ignore the entire folder instead of
targeting a specific file.
Links to documentation supporting these rule changes
LabVIEW New Features and Changes
<https://www.ni.com/docs/en-US/bundle/labview/page/labview-changes.html#d70042e117>
Merge and Approval Steps
- Confirm that you've read the contribution guidelines
<https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines>
and ensured your PR aligns
- Ensure CI is passing
- Get a review and Approval from one of the maintainers
------------------------------
You can view, comment on, or merge this pull request online at:
#4800
Commit Summary
- f81300f
<f81300f>
Add UserState folder to LabVIEW.gitignore
File Changes
(1 file <https://github.com/github/gitignore/pull/4800/files>)
- *M* LabVIEW.gitignore
<https://github.com/github/gitignore/pull/4800/files#diff-e375d0d0bc3282cd49ed8aa794b4b6f561687909cff077e2176ac436d84fdbd4>
(1)
Patch Links:
- https://github.com/github/gitignore/pull/4800.patch
- https://github.com/github/gitignore/pull/4800.diff
—
Reply to this email directly, view it on GitHub
<#4800>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BWBQRBNU2Z2DIKSS5MBHUMT4MXEKJAVCNFSM6AAAAACVWJZM7OVHI2DSMVQWIX3LMV43ASLTON2WKOZTHE3DGMZTGQYDEMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reasons for making this change
With the release of LabVIEW 2026Q1, NI created a *.lvprojstate file to handle debugging artifacts, such as breakpoints, instead of storing them in the VI file. These project state files are saved inside of a *.UserState folder. It would be best to just ignore the entire folder instead of targeting a specific file.
Links to documentation supporting these rule changes
LabVIEW New Features and Changes
Merge and Approval Steps