LabVIEW and G Web Development Version Control Ignore List

Updated Nov 29, 2023

Reported In

Software

  • LabVIEW NXG Web Module
  • LabVIEW
  • G Web Development Software

Other

Git

Issue Details

I want to use Git to control the versions of a LabVIEW and G Web project, which files are safe to ignore?

Solution

In the following external link, you can find a list of the files for LabVIEW projects that are safe to ignore for version control: LabVIEW.gitignore.

The list also applies to the G Web Development Software, additionally, you can ignore the Builds folder since it contains the generated content related to a web application. Since it is a directory, you should use the following format: Builds/

Additional Information

In the following link, you will find additional information about the pattern format and examples to ignore specific files or directories when using Git: Gitignore Documentation