From 98ec153e8f27c33bb8f40ea231c3a25f6d5ec237 Mon Sep 17 00:00:00 2001 From: Sravanth <54331348+chebro@users.noreply.github.com> Date: Sun, 26 Sep 2021 19:35:11 +0530 Subject: [PATCH] fix: ignore unwanted files custom dir - since it's pointless to track user specific files, added the custom dir to the ignore list except for the example files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8cb205e..291d121 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ plugin +lua/custom/* +!lua/custom/example_init.lua +!lua/custom/example_chadrc.lua