diff --git a/.gitignore b/.gitignore
index add57be..435d5e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,10 @@ bin/
obj/
/packages/
riderModule.iml
-/_ReSharper.Caches/
\ No newline at end of file
+/_ReSharper.Caches/
+Package/embedded/polonium_templates/
+Package/embedded/Patches/RegistryPassThrough.p.cs
+VersionInfo.props
+Polonium.sln.DotSettings.user
+.godot
+.idea
\ No newline at end of file
diff --git a/.idea/.idea.Polonium/.idea/.gitignore b/.idea/.idea.Polonium/.idea/.gitignore
deleted file mode 100644
index 8af7534..0000000
--- a/.idea/.idea.Polonium/.idea/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Rider ignored files
-/.idea.Hangman.SDK.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.Polonium/.idea/encodings.xml b/.idea/.idea.Polonium/.idea/encodings.xml
deleted file mode 100644
index df87cf9..0000000
--- a/.idea/.idea.Polonium/.idea/encodings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Polonium/.idea/indexLayout.xml b/.idea/.idea.Polonium/.idea/indexLayout.xml
deleted file mode 100644
index 7b08163..0000000
--- a/.idea/.idea.Polonium/.idea/indexLayout.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/.idea.Polonium/.idea/vcs.xml b/.idea/.idea.Polonium/.idea/vcs.xml
deleted file mode 100644
index fa68d10..0000000
--- a/.idea/.idea.Polonium/.idea/vcs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Package/build/Polonium.targets b/Package/build/Polonium.targets
index c16770c..fdc54c2 100644
--- a/Package/build/Polonium.targets
+++ b/Package/build/Polonium.targets
@@ -48,6 +48,10 @@
SourceFiles="$(MSBuildThisFileDirectory)editorconfig"
DestinationFiles="$(ProjectDir).editorconfig"
/>
+
diff --git a/Package/build/gitignore b/Package/build/gitignore
new file mode 100644
index 0000000..f59ec20
--- /dev/null
+++ b/Package/build/gitignore
@@ -0,0 +1 @@
+*
\ No newline at end of file
diff --git a/Polonium.csproj b/Polonium.csproj
index 28556b7..cd3342f 100644
--- a/Polonium.csproj
+++ b/Polonium.csproj
@@ -36,7 +36,7 @@
-
+
@@ -58,13 +58,13 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/build b/build
deleted file mode 100755
index 070fbd2..0000000
--- a/build
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/bash
-rm -rf ~/.nuget/packages/polonium*
-cd ../Polonium.Tasks
-dotnet clean Polonium.Tasks.csproj
-dotnet restore Polonium.Tasks.csproj
-dotnet build Polonium.Tasks.csproj
-
-cd ../Polonium.Generators
-dotnet clean Polonium.Generators.csproj
-dotnet restore Polonium.Generators.csproj
-dotnet build Polonium.Generators.csproj
-
-cd ../Polonium
-rm -rf ~/.nuget/packages/polonium*
-dotnet clean Polonium.csproj
-dotnet restore Polonium.csproj
-dotnet build Polonium.csproj