Files
flights_web/.gitignore
T
gnezim 5d512e146e
CI / ci (push) Failing after 37s
Deploy / build-and-deploy (push) Failing after 6s
Add image/font assets from Angular and fix CSS url() resolution
- Copy 134 image files and 28 font files from ClientApp/src/assets/
  to public/assets/ for browser-side serving
- Set tools.cssLoader.url=false in modern.config.ts so the CSS loader
  leaves url() references as-is instead of trying to resolve them as
  webpack modules
- Add .playwright-mcp/, coverage/, and screenshot artifacts to .gitignore
2026-04-15 19:01:56 +03:00

49 lines
581 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/
# Playwright MCP artifacts
.playwright-mcp/
*.png
smoke-page*.png
angular-start.png
react-*.png
onlineboard-*.png
# Coverage output
coverage/