From e3d5b6b12311d7d6b492cad5f9bb2d3159056f2a Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 21 Nov 2018 16:45:46 +0200 Subject: [PATCH] Unity init --- .gitignore | 6 ++++++ fie.sln | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 fie.sln diff --git a/.gitignore b/.gitignore index e0b66c5..0394ccf 100644 --- a/.gitignore +++ b/.gitignore @@ -211,4 +211,10 @@ GeneratedArtifacts/ _Pvt_Extensions/ ModelManifest.xml +# Unity +Temp +Library +ProjectSettings +*.meta + /toolkit diff --git a/fie.sln b/fie.sln new file mode 100644 index 0000000..5c08948 --- /dev/null +++ b/fie.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2015 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal