From 07e187e528d1013702c99019d9a3bf3d44f61d6b Mon Sep 17 00:00:00 2001 From: Antoine Langlois Date: Wed, 1 Jun 2022 20:32:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddfba02..46dc3c1 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ config-mapper save All defined files and folders will be copied inside your repository. -If you want to exclude one part of your configuration file (files, folders, package-managers), you can use these flags to ignore them `--disable-files` `--disable-folders` `--disable-pkgs`. +If you want to exclude one part of your configuration file (files, folders), you can use these flags to ignore them `--disable-files` `--disable-folders`. Note, package managers are disable by default. You can enable this option using the `--pkgs` flag. You can also exclude files and folders from a given directory with a `.gitignore` like file named `.ignore`. Put it in the root directory of an included folder and add relative path to exclude (does not support glob for now). E.g: