mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-07 23:03:54 +02:00
e82a5ae3be
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.
Former-commit-id: 2dcf7061d1
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
|