Files
luci-app-zt-gateway/.gitignore
Malar Invention c6c5a04aca chore: clean up repo structure
- 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)
2026-07-12 23:42:54 +05:30

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/