diff options
author | Profpatsch <mail@profpatsch.de> | 2024-10-05T12·23+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2024-10-05T13·49+0000 |
commit | 82dc99fee2dce7f4291572da33bb5b4eec20383a (patch) | |
tree | fcea6c4ee6dd6ade44f02976b7e6ac9ac1e2664c | |
parent | 8c7372406ea712161b1b7ebc14c377d4dac3b4f1 (diff) |
chore(users/Profpatsch/.gitignore): ignore all js lockfiles r/8775
Change-Id: Ieeb79ce72e72ffe12ee26576f644e64a5cad456e Reviewed-on: https://cl.tvl.fyi/c/depot/+/12578 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
-rw-r--r-- | users/Profpatsch/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/Profpatsch/.gitignore b/users/Profpatsch/.gitignore index 95941cd52dbe..b13922700be1 100644 --- a/users/Profpatsch/.gitignore +++ b/users/Profpatsch/.gitignore @@ -1,2 +1,6 @@ dist-newstyle/ result-* + +/node-modules/ +# ignore all package-locks (for now?) +package-lock.json |