Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Adding bundle exclusion to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Mar 1, 2016
1 parent 5ff3181 commit 69cfa8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.user
*.userosscache
*.sln.docstates
*.csproj.user

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down Expand Up @@ -159,6 +160,7 @@ csx/

# Windows Store app package directory
AppPackages/
BundleArtifacts/

# Visual Studio cache files
# files ending in .cache can be ignored
Expand Down
3 changes: 3 additions & 0 deletions src/Kliva/Kliva.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
</PropertyGroup>
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
<AppxPackageIsForStore>False</AppxPackageIsForStore>
<AppxShowAllApps>False</AppxShowAllApps>
<AppxBuildConfigurationSelection>x86|x64|arm</AppxBuildConfigurationSelection>
</PropertyGroup>
</Project>

0 comments on commit 69cfa8b

Please sign in to comment.