From 69cfa8b1168cc6d1a7260665bb6428895a825001 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 1 Mar 2016 12:41:58 -0800 Subject: [PATCH] Adding bundle exclusion to gitignore --- .gitignore | 2 ++ src/Kliva/Kliva.csproj.user | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 233d962..99d01b6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.user *.userosscache *.sln.docstates +*.csproj.user # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs @@ -159,6 +160,7 @@ csx/ # Windows Store app package directory AppPackages/ +BundleArtifacts/ # Visual Studio cache files # files ending in .cache can be ignored diff --git a/src/Kliva/Kliva.csproj.user b/src/Kliva/Kliva.csproj.user index dbe0678..d856b1e 100644 --- a/src/Kliva/Kliva.csproj.user +++ b/src/Kliva/Kliva.csproj.user @@ -16,5 +16,8 @@ ProjectFiles + False + False + x86|x64|arm \ No newline at end of file