diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-02-10 16:19:46 +0100 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-02-10 16:19:46 +0100 |
| commit | 00c3b32e2db200a2f42396ac7f8381704ec97268 (patch) | |
| tree | 089d68dcbda127d4c95ccca9b0c9a18b59dc8bdc /.idea/.idea.CoreWiki | |
Initial Commit
Diffstat (limited to '.idea/.idea.CoreWiki')
| -rw-r--r-- | .idea/.idea.CoreWiki/.idea/.gitignore | 13 | ||||
| -rw-r--r-- | .idea/.idea.CoreWiki/.idea/encodings.xml | 4 | ||||
| -rw-r--r-- | .idea/.idea.CoreWiki/.idea/indexLayout.xml | 8 |
3 files changed, 25 insertions, 0 deletions
diff --git a/.idea/.idea.CoreWiki/.idea/.gitignore b/.idea/.idea.CoreWiki/.idea/.gitignore new file mode 100644 index 0000000..772e131 --- /dev/null +++ b/.idea/.idea.CoreWiki/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/.idea.CoreWiki.iml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.CoreWiki/.idea/encodings.xml b/.idea/.idea.CoreWiki/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.CoreWiki/.idea/encodings.xml @@ -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>
\ No newline at end of file diff --git a/.idea/.idea.CoreWiki/.idea/indexLayout.xml b/.idea/.idea.CoreWiki/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.CoreWiki/.idea/indexLayout.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="UserContentModel"> + <attachedFolders /> + <explicitIncludes /> + <explicitExcludes /> + </component> +</project>
\ No newline at end of file |
