feat(ide): add discord.xml file

This commit includes the creation of a new discord.xml file under the .idea directory. This config file brings in new settings for the DiscordProject related to its 'show' and 'description' options.
This commit is contained in:
Mathis H (Avnyr) 2024-06-18 21:33:43 +02:00
parent b9d47ba401
commit e7f6de4a29
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

7
.idea/discord.xml generated Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="APPLICATION" />
<option name="description" value="" />
</component>
</project>