9cbc28074b
Ignore @mf-types.zip, @mf-types/ directory, and .mf/ cache directory that are generated during MF builds.
38 lines
437 B
Plaintext
38 lines
437 B
Plaintext
# .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
.vs/
|
|
publish/
|
|
|
|
# Node / Angular
|
|
node_modules/
|
|
dist/
|
|
.angular/
|
|
ClientApp/dist/
|
|
ClientApp/coverage/
|
|
ClientApp/.storybook-out/
|
|
.pnpm-store/
|
|
.pnpm-debug.log
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env / secrets
|
|
*.env
|
|
appsettings.Development.json
|
|
|
|
# wwwroot build output (keep static assets, ignore generated JS)
|
|
wwwroot/dist/
|
|
|
|
# Module Federation build artifacts
|
|
@mf-types.zip
|
|
@mf-types/
|
|
.mf/
|