Files
starr-philproperties/.gitignore
T
kennethobsequio b289382747 E2E test is not yet implemented
Because we will need to make another plan.

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
2026-09-22 01:50:22 +08:00

50 lines
2.3 KiB
Plaintext

# ── Dependencies ──────────────────────────────────────────────────────────────
node_modules/
pnpm-lock.yaml
# ── Environment / Secrets ─────────────────────────────────────────────────────
.env
.env.local
.env.*.local
# Keep .env-development and .env-production — they are safe templates
# that document required variables (no real secrets, only CHANGE_ME placeholders)
# ── SSL / TLS / Keys ──────────────────────────────────────────────────────────
*.pem
*.key
*.cert
*.crt
*.p12
*.pfx
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log
logs/
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
# ── Build / Output ────────────────────────────────────────────────────────────
dist/
coverage/
# ── Testing ───────────────────────────────────────────────────────────────────
test-results/
# ── Uploads / Temp ────────────────────────────────────────────────────────────
uploads/
tmp/
temp/
# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ── Editors ───────────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*.suo