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