From 7c7a343fbfede0134c8e4b41d5389ca44856ac3b Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 23 Jan 2018 11:12:06 +1100 Subject: [PATCH] Remove unused files --- .gitignore | 3 + ImageSharp.v2.ncrunchsolution | 14 ---- ImageSharp.v3.ncrunchsolution | 6 -- config.wyam | 4 - packages.xml | 153 ---------------------------------- theme/index.cshtml | 3 - 6 files changed, 3 insertions(+), 180 deletions(-) delete mode 100644 ImageSharp.v2.ncrunchsolution delete mode 100644 ImageSharp.v3.ncrunchsolution delete mode 100644 config.wyam delete mode 100644 packages.xml delete mode 100644 theme/index.cshtml diff --git a/.gitignore b/.gitignore index c2e6f7d53..494281897 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,9 @@ bld/ # Visual Studo 2015 cache/options directory .vs/ +# Jetbrains Rider cache/options directory +.idea/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* diff --git a/ImageSharp.v2.ncrunchsolution b/ImageSharp.v2.ncrunchsolution deleted file mode 100644 index b98737f1c..000000000 --- a/ImageSharp.v2.ncrunchsolution +++ /dev/null @@ -1,14 +0,0 @@ - - 1 - false - false - true - UseDynamicAnalysis - UseStaticAnalysis - UseStaticAnalysis - UseStaticAnalysis - UseDynamicAnalysis - - - - \ No newline at end of file diff --git a/ImageSharp.v3.ncrunchsolution b/ImageSharp.v3.ncrunchsolution deleted file mode 100644 index 10420ac91..000000000 --- a/ImageSharp.v3.ncrunchsolution +++ /dev/null @@ -1,6 +0,0 @@ - - - True - True - - \ No newline at end of file diff --git a/config.wyam b/config.wyam deleted file mode 100644 index 3a4b64c54..000000000 --- a/config.wyam +++ /dev/null @@ -1,4 +0,0 @@ -#recipe Docs -Settings[Keys.Host] = "imagesharp.org"; -Settings[Keys.Title] = "Image Sharp"; -FileSystem.OutputPath = "./docs"; \ No newline at end of file diff --git a/packages.xml b/packages.xml deleted file mode 100644 index c7ff4de4c..000000000 --- a/packages.xml +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/theme/index.cshtml b/theme/index.cshtml deleted file mode 100644 index d3656f800..000000000 --- a/theme/index.cshtml +++ /dev/null @@ -1,3 +0,0 @@ -Title: Home ---- -Welcome to the documentation for ImageSharp \ No newline at end of file