From 442c7eda29c476de25030624c66c0d66fb0c9db9 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Fri, 19 May 2023 17:12:17 +0200 Subject: [PATCH] [common/hc] Moved config to subdir --- .gitattributes | 4 ++-- common/hellcooling/{ => config}/discord.json | Bin .../{ => config}/ext/noSpotifyAutoPause.js | Bin .../{ => config}/ext/removeChannelIcons.js | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename common/hellcooling/{ => config}/discord.json (100%) rename common/hellcooling/{ => config}/ext/noSpotifyAutoPause.js (100%) rename common/hellcooling/{ => config}/ext/removeChannelIcons.js (100%) diff --git a/.gitattributes b/.gitattributes index 1c457ee..9c156ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ /script-resources/markdown2htmldoc/themes-out/**/* linguist-generated -common/hellcooling/ext/** filter=git-crypt diff=git-crypt -common/hellcooling/*.json filter=git-crypt diff=git-crypt +common/hellcooling/config/ext/** filter=git-crypt diff=git-crypt +common/hellcooling/config/*.json filter=git-crypt diff=git-crypt diff --git a/common/hellcooling/discord.json b/common/hellcooling/config/discord.json similarity index 100% rename from common/hellcooling/discord.json rename to common/hellcooling/config/discord.json diff --git a/common/hellcooling/ext/noSpotifyAutoPause.js b/common/hellcooling/config/ext/noSpotifyAutoPause.js similarity index 100% rename from common/hellcooling/ext/noSpotifyAutoPause.js rename to common/hellcooling/config/ext/noSpotifyAutoPause.js diff --git a/common/hellcooling/ext/removeChannelIcons.js b/common/hellcooling/config/ext/removeChannelIcons.js similarity index 100% rename from common/hellcooling/ext/removeChannelIcons.js rename to common/hellcooling/config/ext/removeChannelIcons.js