From 143de08735eaa60f429b67522935dc857da64717 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Mon, 16 Oct 2023 06:55:16 +0200 Subject: [PATCH] chore(docs): Add removing .gitignore step for creating a new package Signed-off-by: jld3103 --- docs/workflows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/workflows.md b/docs/workflows.md index ee89f7fe..b91dfa02 100644 --- a/docs/workflows.md +++ b/docs/workflows.md @@ -8,3 +8,4 @@ If you need to add a new package to the Neon project please make sure to execute 3. Regenerate the dependency overrides by executing `melos bootstrap`. 4. Add a Symlink to our main [license](../LICENSE). 5. Update [commitlint.yaml](../commitlint.yaml) by adding the new package name. +6. Remove the package `.gitignore` (a global `.gitignore` for all packages is used instead).