SPB Git

spb/drive Public

SPB Drive — self-hosted personal cloud drive (files, previews, sharing) on the MacLustr cluster.

JavaScript 82.7% CSS 10.6% Nunjucks 3.6% Shell 1.8% SQL 1.3%
720 B · 19 lines text
Raw Blame History
1# ─────────────────────────────────────────────2#  SPB Drive — Personal Cloud Drive3# ─────────────────────────────────────────────4#  Author  : Simon-Pierre Boucher5#  Contact : contact@spboucher.ai6#  File    : .gitignore7#  Purpose : Git ignore rules (deps, runtime data, logs, secrets)8#  License : MIT © Simon-Pierre Boucher9# ─────────────────────────────────────────────1011node_modules/12data/13*.log14.DS_Store15.env16coverage/17dist/18test/.tmp/19