View Issue Details

IDProjectCategoryView StatusLast Update
0004134NoesisGUIStudiopublic2025-07-01 01:18
Reporterjsantos Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004134: Ignore folders in Noesis project
Description

Implement an "ignore" functionality for the file system (similar to .gitignore)

This would allow us to place the project file at the root of the content file tree, giving it access to all necessary files, while still enabling the exclusion of specific subfolders as needed.

PlatformAny

Activities

dfranjic

dfranjic

2025-07-01 01:18

developer   ~0010887

Implemented in r15803. Example usage:

<Project>
  ...
  <IgnoredFiles>
    <Ignore>Ignore/</Ignore>
    <Ignore>Test.*.xaml</Ignore>
    <Allow>Ignore/Test/*</Allow>
  </IgnoredFiles>
</Project>

Issue History

Date Modified Username Field Change
2025-05-07 13:38 jsantos New Issue
2025-05-07 13:38 jsantos Assigned To => dfranjic
2025-05-07 13:38 jsantos Status new => assigned
2025-05-07 13:39 jsantos Target Version => Studio_Beta
2025-07-01 01:18 dfranjic Status assigned => resolved
2025-07-01 01:18 dfranjic Resolution open => fixed
2025-07-01 01:18 dfranjic Note Added: 0010887