- Add node_modules/, test-results/, e2e-report/, .omp/ to .gitignore - Remove throwaway debug scripts (debug-pw*.js, debug-login-dom.js) - Remove empty mock-server/ directory - Untrack harness artifact (.omp/plans/) - Add missing project files to git (e2e tests, Dockerfiles, tooling configs)
39 lines
369 B
Plaintext
39 lines
369 B
Plaintext
# OpenWRT / LuCI build artifacts
|
|
bin/
|
|
tmp/
|
|
.build/
|
|
.config
|
|
.config.old
|
|
feeds.conf.default
|
|
feeds.conf
|
|
*.ipk
|
|
*.ipk.opk
|
|
|
|
# SDK / build cache
|
|
dl/
|
|
staging_dir*/
|
|
build_dir*/
|
|
|
|
# Translations (compiled)
|
|
*.po~
|
|
*.pot
|
|
|
|
# Common OS / editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
e2e-report/
|
|
|
|
# Harness
|
|
.omp/
|