diff options
author | nea <nea@nea.moe> | 2023-10-18 22:22:14 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-10-18 22:22:14 +0200 |
commit | 6ee5096339e9e5918cba1546e7c078d2ea1aef9a (patch) | |
tree | 5570f82ddc30dfc12b4ba5e1b4d7d3224d129365 | |
parent | 188d12d1a3de40f536011f679de1ec52be4dc32e (diff) | |
download | Vencord-6ee5096339e9e5918cba1546e7c078d2ea1aef9a.tar.gz Vencord-6ee5096339e9e5918cba1546e7c078d2ea1aef9a.tar.bz2 Vencord-6ee5096339e9e5918cba1546e7c078d2ea1aef9a.zip |
meta: Add .gitkeep file to mark userplugins foldergitkeepuserplugins
This makes it easier for users to find where to put userplugins, as that
folder already exists
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | src/userplugins/.gitkeep | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ lerna-debug.log* .pnpm-debug.log* *.tsbuildinfo -src/userplugins +src/userplugins/* +!src/userplugins/.gitkeep ExtensionCache/ settings/ diff --git a/src/userplugins/.gitkeep b/src/userplugins/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/userplugins/.gitkeep |