2 Commits
Author SHA1 Message Date
tiennm99 415a295d29 chore: stop tracking the installed dependency tree
Nodejs/node_modules was committed (4,275 files), which is also how three
upstream yarn.lock files ended up in the repository. package-lock.json already
pins everything, and all five dependencies still resolve from the registry, so
the tree is reproducible with npm ci and does not need to be stored here.

Add a .gitignore; the repository had none.
2026-08-17 16:58:56 +07:00
tiennm99 e81094b0d2 Init 2020-03-02 14:53:23 +07:00