7c99ab069d
Align engines.node with the .nvmrc 24.2.0 pin so npm/pnpm warn on mismatched local toolchains, move packageManager to the current pnpm 9.15.3 patch, and ignore pnpm's local store and debug log so stray artefacts never get committed.
33 lines
370 B
Plaintext
33 lines
370 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/
|