diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-20 00:45:25 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-20 18:56:04 +0200 |
| commit | 05d29ccce1898ed89c0b650c77242c2fa2805128 (patch) | |
| tree | e8ee3bcb570fa6f3d9d96273c2bf4d4c8618d08b /.idea | |
| download | texty-05d29ccce1898ed89c0b650c77242c2fa2805128.tar.xz texty-05d29ccce1898ed89c0b650c77242c2fa2805128.zip | |
texty: initial commit
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.idea.Texty/.idea/.gitignore | 13 | ||||
| -rw-r--r-- | .idea/.idea.Texty/.idea/.name | 1 | ||||
| -rw-r--r-- | .idea/.idea.Texty/.idea/encodings.xml | 4 | ||||
| -rw-r--r-- | .idea/.idea.Texty/.idea/indexLayout.xml | 8 | ||||
| -rw-r--r-- | .idea/.idea.Texty/.idea/vcs.xml | 6 |
5 files changed, 32 insertions, 0 deletions
diff --git a/.idea/.idea.Texty/.idea/.gitignore b/.idea/.idea.Texty/.idea/.gitignore new file mode 100644 index 0000000..847ae99 --- /dev/null +++ b/.idea/.idea.Texty/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.Texty.iml +/modules.xml +/projectSettingsUpdater.xml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.Texty/.idea/.name b/.idea/.idea.Texty/.idea/.name new file mode 100644 index 0000000..9c75361 --- /dev/null +++ b/.idea/.idea.Texty/.idea/.name @@ -0,0 +1 @@ +Texty
\ No newline at end of file diff --git a/.idea/.idea.Texty/.idea/encodings.xml b/.idea/.idea.Texty/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Texty/.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.Texty/.idea/indexLayout.xml b/.idea/.idea.Texty/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Texty/.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 diff --git a/.idea/.idea.Texty/.idea/vcs.xml b/.idea/.idea.Texty/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Texty/.idea/vcs.xml @@ -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>
\ No newline at end of file |
