Add Module Federation build artifacts to .gitignore
Ignore @mf-types.zip, @mf-types/ directory, and .mf/ cache directory that are generated during MF builds.
This commit is contained in:
@@ -30,3 +30,8 @@ appsettings.Development.json
|
|||||||
|
|
||||||
# wwwroot build output (keep static assets, ignore generated JS)
|
# wwwroot build output (keep static assets, ignore generated JS)
|
||||||
wwwroot/dist/
|
wwwroot/dist/
|
||||||
|
|
||||||
|
# Module Federation build artifacts
|
||||||
|
@mf-types.zip
|
||||||
|
@mf-types/
|
||||||
|
.mf/
|
||||||
|
|||||||
Reference in New Issue
Block a user