mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-08 15:23:54 +02:00
2dcf7061d1
Backend: *.json glob in .dockerignore excluded package.json, causing npm install to fail with ENOENT. Replaced with explicit exclusions. Frontend: hls.js was added to package.json but package-lock.json was not regenerated, causing npm ci to fail with EUSAGE sync error.
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.pytest_cache/
|
|
.coverage
|
|
cctv.db
|
|
*.txt
|
|
!requirements.txt
|
|
# Exclude debug/cache JSON but keep package.json and tracked_names
|
|
ais_cache.json
|
|
carrier_positions.json
|
|
dump.json
|
|
debug_fast.json
|
|
nyc_full.json
|
|
nyc_sample.json
|