summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-19 17:55:24 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-19 17:55:24 -0400
commit4653555cdef5a61817e35002fc371c0ca9830d45 (patch)
tree8dc50e2f51aa2088411170727c23b35689330410 /.idea
parentc55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 (diff)
downloadProject-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.gz
Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.bz2
Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.zip
Basic stuff
Diffstat (limited to '.idea')
-rw-r--r--.idea/.gitignore0
-rw-r--r--.idea/.idea.SandboxDemo/.idea/.gitignore2
-rw-r--r--.idea/.idea.SandboxDemo/.idea/contentModel.xml19
-rw-r--r--.idea/.idea.SandboxDemo/.idea/encodings.xml4
-rw-r--r--.idea/.idea.SandboxDemo/.idea/indexLayout.xml27
-rw-r--r--.idea/.idea.SandboxDemo/.idea/modules.xml8
-rw-r--r--.idea/.idea.SandboxDemo/.idea/projectSettingsUpdater.xml6
-rw-r--r--.idea/.idea.SandboxDemo/.idea/vcs.xml6
-rw-r--r--.idea/.idea.SandboxDemo/riderModule.iml7
9 files changed, 79 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.idea/.gitignore
diff --git a/.idea/.idea.SandboxDemo/.idea/.gitignore b/.idea/.idea.SandboxDemo/.idea/.gitignore
new file mode 100644
index 0000000..5c98b42
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/.idea/.gitignore
@@ -0,0 +1,2 @@
+# Default ignored files
+/workspace.xml \ No newline at end of file
diff --git a/.idea/.idea.SandboxDemo/.idea/contentModel.xml b/.idea/.idea.SandboxDemo/.idea/contentModel.xml
new file mode 100644
index 0000000..d5940b9
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/.idea/contentModel.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ContentModelStore">
+ <e p="$USER_HOME$/.Rider2019.3/system/extResources" t="IncludeRecursive" />
+ <e p="$USER_HOME$/.Rider2019.3/system/resharper-host/local/Transient/ReSharperHost/v193/SolutionCaches/_SandboxDemo.-738164128.00" t="ExcludeRecursive" />
+ <e p="$PROJECT_DIR$" t="IncludeRecursive">
+ <e p="Assembly-CSharp.csproj" t="IncludeRecursive" />
+ <e p="Assets" t="Include">
+ <e p="Scripts" t="Include">
+ <e p="MouseLook.cs" t="Include" />
+ </e>
+ </e>
+ <e p="SandboxDemo.sln" t="IncludeFlat" />
+ <e p="Temp/bin" t="ExcludeRecursive" />
+ <e p="obj" t="ExcludeRecursive" />
+ <e p="packages" t="ExcludeRecursive" />
+ </e>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/.idea.SandboxDemo/.idea/encodings.xml b/.idea/.idea.SandboxDemo/.idea/encodings.xml
new file mode 100644
index 0000000..df87cf9
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/.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.SandboxDemo/.idea/indexLayout.xml b/.idea/.idea.SandboxDemo/.idea/indexLayout.xml
new file mode 100644
index 0000000..a8095f9
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/.idea/indexLayout.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ContentModelUserStore">
+ <attachedFolders />
+ <explicitIncludes>
+ <Path>Assets</Path>
+ <Path>Library/PackageCache/com.unity.collab-proxy@1.2.16</Path>
+ <Path>Library/PackageCache/com.unity.ext.nunit@1.0.0</Path>
+ <Path>Library/PackageCache/com.unity.ide.rider@1.1.4</Path>
+ <Path>Library/PackageCache/com.unity.ide.vscode@1.1.4</Path>
+ <Path>Library/PackageCache/com.unity.test-framework@1.1.11</Path>
+ <Path>Library/PackageCache/com.unity.textmeshpro@2.0.1</Path>
+ <Path>Library/PackageCache/com.unity.timeline@1.2.13</Path>
+ <Path>Packages</Path>
+ <Path>ProjectSettings</Path>
+ </explicitIncludes>
+ <explicitExcludes>
+ <Path>.git</Path>
+ <Path>.idea</Path>
+ <Path>Library</Path>
+ <Path>Logs</Path>
+ <Path>Temp</Path>
+ <Path>build</Path>
+ <Path>obj</Path>
+ </explicitExcludes>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/.idea.SandboxDemo/.idea/modules.xml b/.idea/.idea.SandboxDemo/.idea/modules.xml
new file mode 100644
index 0000000..da595c4
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/.idea.SandboxDemo/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.SandboxDemo/riderModule.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/.idea.SandboxDemo/.idea/projectSettingsUpdater.xml b/.idea/.idea.SandboxDemo/.idea/projectSettingsUpdater.xml
new file mode 100644
index 0000000..7515e76
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/.idea/projectSettingsUpdater.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="RiderProjectSettingsUpdater">
+ <option name="vcsConfiguration" value="1" />
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/.idea.SandboxDemo/.idea/vcs.xml b/.idea/.idea.SandboxDemo/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/.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
diff --git a/.idea/.idea.SandboxDemo/riderModule.iml b/.idea/.idea.SandboxDemo/riderModule.iml
new file mode 100644
index 0000000..1a4e0d9
--- /dev/null
+++ b/.idea/.idea.SandboxDemo/riderModule.iml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="RIDER_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$/../.." />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file