Files
MSE-PI-E2EEDA-Plein-de-eeee…/ui/.gitignore
khalil-bot 3b803da147 fix(ui): address code review feedback
- Fix CI: remove redundant push trigger, keep only pull_request on main
- Fix CI: remove continue-on-error on lint and test steps
- Fix accessibility: wrap h1 routerLink in <a> element in header
- Fix reactivity: use paramMap observable instead of route.snapshot
- Extract CO2 thresholds to co2-levels.config.ts
- Fix environment.template.ts comment to English
- Fix wsUrl in environment.ts to include /ws path
- Fix production URLs: hes-so.ch -> ui.e.kb28.ch
- Fix README: align Models convention with kebab-case .model.ts suffix
- Remove redundant .gitkeep files from directories with README.md
2026-04-15 19:51:44 +02:00

92 lines
1.1 KiB
Plaintext

# ==========================================
# UI (Angular) - .gitignore
# ==========================================
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out
# Node modules
node_modules/
npm-debug.log
yarn-error.log
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# System files
.DS_Store
Thumbs.db
# Angular specific
.angular/
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# Environment files (keep templates, ignore actual secrets)
.env
.env.local
.env.*.local
# Build artifacts
*.tgz
*.zip
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.swp
*.swo
*~
.tmp/
temp/
#src/environments/environment.prod.ts