chore: purge .npx_cache/ and scratch/npm_cache/ from git index [v1.3.8]

These directories were already tracked before being added to .gitignore.
Removed 3350 cached files from git index via 'git rm --cached -r'.
Files remain on disk but are no longer tracked by git.
This commit is contained in:
Daniel Bedeleanu
2026-04-11 19:47:20 +03:00
parent 106f46e9f8
commit 0869ab8cdd
3351 changed files with 6 additions and 54287 deletions

View File

@@ -1,10 +1,10 @@
{
"version": "1.3.7",
"last_build": "2026-04-11-1936",
"commit": "955b1e86",
"version": "1.3.8",
"last_build": "2026-04-11-1946",
"commit": "pending",
"changelog": [
"v1.3.7: Security hardening — expanded .gitignore (venv, caches, ldap configs, AI metadata), removed backend/config/ldap_config.json from git tracking, added ldap_config.json.example and updated .env.example",
"v1.3.6: Scanner UI redesign (autonomous OCR, countdown), Item Type datalist, save-version automation",
"v1.3.5: Security audit complete. JWT Bearer auth (C-01), rate limiting (H-02), CORS config (M-01), and all code comments translated to English (STRICT ENGLISH POLICY)"
"v1.3.8: Remove .npx_cache/ and scratch/npm_cache/ from git tracking (3350 files purged from index)",
"v1.3.7: Security hardening — expanded .gitignore, removed ldap_config.json from tracking, added example files",
"v1.3.6: Scanner UI redesign (autonomous OCR, countdown), Item Type datalist, save-version automation"
]
}