33 lines
393 B
Plaintext
33 lines
393 B
Plaintext
# .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
.vs/
|
|
publish/
|
|
|
|
# Node / Angular
|
|
node_modules/
|
|
apps/angular/node_modules/
|
|
apps/react/node_modules/
|
|
dist/
|
|
.angular/
|
|
ClientApp/dist/
|
|
ClientApp/coverage/
|
|
ClientApp/.storybook-out/
|
|
|
|
# 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/
|