diff options
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.idea.Prototype A/.idea/.gitignore | 13 | ||||
| -rw-r--r-- | .idea/.idea.Prototype A/.idea/discord.xml | 6 | ||||
| -rw-r--r-- | .idea/.idea.Prototype A/.idea/encodings.xml | 4 | ||||
| -rw-r--r-- | .idea/.idea.Prototype A/.idea/indexLayout.xml | 26 |
4 files changed, 49 insertions, 0 deletions
diff --git a/.idea/.idea.Prototype A/.idea/.gitignore b/.idea/.idea.Prototype A/.idea/.gitignore new file mode 100644 index 0000000..05514da --- /dev/null +++ b/.idea/.idea.Prototype A/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.Prototype A.iml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.Prototype A/.idea/discord.xml b/.idea/.idea.Prototype A/.idea/discord.xml new file mode 100644 index 0000000..cd711a0 --- /dev/null +++ b/.idea/.idea.Prototype A/.idea/discord.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="DiscordProjectSettings"> + <option name="show" value="PROJECT_FILES" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Prototype A/.idea/encodings.xml b/.idea/.idea.Prototype A/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Prototype A/.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.Prototype A/.idea/indexLayout.xml b/.idea/.idea.Prototype A/.idea/indexLayout.xml new file mode 100644 index 0000000..2bf95e4 --- /dev/null +++ b/.idea/.idea.Prototype A/.idea/indexLayout.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="UserContentModel"> + <attachedFolders /> + <explicitIncludes> + <Path>Library/PackageCache/com.unity.collab-proxy@1.3.9</Path> + <Path>Library/PackageCache/com.unity.ext.nunit@1.0.6</Path> + <Path>Library/PackageCache/com.unity.ide.rider@2.0.7</Path> + <Path>Library/PackageCache/com.unity.ide.visualstudio@2.0.7</Path> + <Path>Library/PackageCache/com.unity.ide.vscode@1.2.3</Path> + <Path>Library/PackageCache/com.unity.test-framework@1.1.22</Path> + <Path>Library/PackageCache/com.unity.textmeshpro@3.0.1</Path> + <Path>Library/PackageCache/com.unity.timeline@1.4.6</Path> + <Path>Packages</Path> + <Path>ProjectSettings</Path> + </explicitIncludes> + <explicitExcludes> + <Path>.idea</Path> + <Path>Library</Path> + <Path>Logs</Path> + <Path>Temp</Path> + <Path>UserSettings</Path> + <Path>obj</Path> + </explicitExcludes> + </component> +</project>
\ No newline at end of file |
