platformplatform / PlatformPlatform

🚀 Pre-alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
217 stars 21 forks source link

Use specific match pattern to ignore own dist folder #506

Closed raix closed 1 month ago

raix commented 1 month ago

Summary & Motivation

Use specific match pattern to ignore own dist folder by including the sytem folder as part of the match pattern. We cannot match on "dist" alone as that would ignore all watch on changes in shared-webapp packages. Since we write files in to the dist folder also in development mode we have to ignore the webapp's own dist folder to prevent infinite recompilations.

Checklist

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud