mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Initial commit
This commit is contained in:
13
.idea/.idea.KfChatDotNet/.idea/.gitignore
generated
vendored
Normal file
13
.idea/.idea.KfChatDotNet/.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/.idea.KfChatDotNet.iml
|
||||
/modules.xml
|
||||
/contentModel.xml
|
||||
/projectSettingsUpdater.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
14
.idea/.idea.KfChatDotNet/.idea/avalonia.xml
generated
Normal file
14
.idea/.idea.KfChatDotNet/.idea/avalonia.xml
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AvaloniaProject">
|
||||
<option name="projectPerEditor">
|
||||
<map>
|
||||
<entry key="KfChatDotNetGui/App.axaml" value="KfChatDotNetGui/KfChatDotNetGui.csproj" />
|
||||
<entry key="KfChatDotNetGui/Views/ChatBoxView.axaml" value="KfChatDotNetGui/KfChatDotNetGui.csproj" />
|
||||
<entry key="KfChatDotNetGui/Views/IdentitySettingsWindow.axaml" value="KfChatDotNetGui/KfChatDotNetGui.csproj" />
|
||||
<entry key="KfChatDotNetGui/Views/MainWindow.axaml" value="KfChatDotNetGui/KfChatDotNetGui.csproj" />
|
||||
<entry key="KfChatDotNetGui/Views/RoomSettingsWindow.axaml" value="KfChatDotNetGui/KfChatDotNetGui.csproj" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
4
.idea/.idea.KfChatDotNet/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.KfChatDotNet/.idea/encodings.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
||||
8
.idea/.idea.KfChatDotNet/.idea/indexLayout.xml
generated
Normal file
8
.idea/.idea.KfChatDotNet/.idea/indexLayout.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/.idea.KfChatDotNet/.idea/sqldialects.xml
generated
Normal file
6
.idea/.idea.KfChatDotNet/.idea/sqldialects.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="SqlDialectMappings">
|
||||
<file url="file://$PROJECT_DIR$/KfChatDotNetKickBot/Helpers.cs" dialect="SQLite" />
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/.idea.KfChatDotNet/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.KfChatDotNet/.idea/vcs.xml
generated
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>
|
||||
Reference in New Issue
Block a user