mirror of
https://gitea.mizah.xyz/mizah/dergchat
synced 2024-11-21 13:25:00 -05:00
Added .idea stuff to git
This commit is contained in:
parent
7299c4813d
commit
5ba1b454bd
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal 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
22
.idea/chatclient.iml
Normal 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>
|
7
.idea/copyright/AGPLv3.xml
Normal file
7
.idea/copyright/AGPLv3.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<component name="CopyrightManager">
|
||||||
|
<copyright>
|
||||||
|
<option name="keyword" value="Copyright (C)" />
|
||||||
|
<option name="notice" value="// Dergchat, a free XMPP client. // Copyright (C) 2023 Werner Kroneman // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>." />
|
||||||
|
<option name="myName" value="AGPLv3" />
|
||||||
|
</copyright>
|
||||||
|
</component>
|
3
.idea/copyright/profiles_settings.xml
Normal file
3
.idea/copyright/profiles_settings.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<component name="CopyrightManager">
|
||||||
|
<settings default="AGPLv3" />
|
||||||
|
</component>
|
6
.idea/inspectionProfiles/Project_Default.xml
Normal file
6
.idea/inspectionProfiles/Project_Default.xml
Normal 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
8
.idea/modules.xml
Normal 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
6
.idea/vcs.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user