From 3881b5f2972d5594cb3d6617c0146339da98abcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 31 Dec 2024 01:36:16 +0100 Subject: [PATCH] Docs --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index ec9e5f58..f29346d1 100644 --- a/Readme.md +++ b/Readme.md @@ -49,6 +49,14 @@ Then, add a project reference to _Lombiq.NodeJs.Extensions/Lombiq.NodeJs.Extensi > ℹ In case you've placed the submodule in a different location or your consuming project is nested deeper, adjust the paths as necessary. +Finally, ignore the files that `Lombiq.NodeJs.Extensions` will create in the project root in the repository's _.gitignore_ file: + +``` +# Node.js Extensions automatically created files +/pnpm-lock.yaml +/package.json +``` + ### As a NuGet package When adding `Lombiq.NodeJs.Extensions` as a NuGet package, no further steps are necessary.