Added .idea stuff to git

This commit is contained in:
Werner Kroneman 2023-12-10 15:05:17 +01:00
parent 7299c4813d
commit 5ba1b454bd
7 changed files with 60 additions and 0 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

22
.idea/chatclient.iml Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="CPP_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/jid/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/minidom/examples" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/minidom/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/parsers/examples" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/parsers/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/sasl/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/tokio-xmpp/examples" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/tokio-xmpp/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/xmpp/examples" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/xmpp-rs/xmpp/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
<excludeFolder url="file://$MODULE_DIR$/xmpp-rs/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,7 @@
<component name="CopyrightManager">
<copyright>
<option name="keyword" value="Copyright (C)" />
<option name="notice" value="// Dergchat, a free XMPP client.&#10;// Copyright (C) 2023 Werner Kroneman&#10;//&#10;// This program is free software: you can redistribute it and/or modify&#10;// it under the terms of the GNU Affero General Public License as&#10;// published by the Free Software Foundation, either version 3 of the&#10;// License, or (at your option) any later version.&#10;//&#10;// This program is distributed in the hope that it will be useful,&#10;// but WITHOUT ANY WARRANTY; without even the implied warranty of&#10;// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#10;// GNU Affero General Public License for more details.&#10;// &#10;// You should have received a copy of the GNU Affero General Public License&#10;// along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;." />
<option name="myName" value="AGPLv3" />
</copyright>
</component>

View File

@ -0,0 +1,3 @@
<component name="CopyrightManager">
<settings default="AGPLv3" />
</component>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="RsMainFunctionNotFound" enabled="false" level="ERROR" enabled_by_default="false" />
</profile>
</component>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/chatclient.iml" filepath="$PROJECT_DIR$/.idea/chatclient.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>