From 6ee5096339e9e5918cba1546e7c078d2ea1aef9a Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 18 Oct 2023 22:22:14 +0200 Subject: meta: Add .gitkeep file to mark userplugins folder This makes it easier for users to find where to put userplugins, as that folder already exists --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 135673a..fc1d756 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,8 @@ lerna-debug.log* .pnpm-debug.log* *.tsbuildinfo -src/userplugins +src/userplugins/* +!src/userplugins/.gitkeep ExtensionCache/ settings/ -- cgit