diff options
author | Brendan Forster <brendan@github.com> | 2015-07-04 12:20:58 +0930 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-07-04 12:20:58 +0930 |
commit | f515ae6c5c414d45097ce9e12be385c902fd863d (patch) | |
tree | a175897f483df63d8e93f8ab8fce9b5bd0b39a9e | |
parent | 237c94586fa169a6074f86314c3489f78a0ef65c (diff) | |
download | gitignore-f515ae6c5c414d45097ce9e12be385c902fd863d.tar.gz gitignore-f515ae6c5c414d45097ce9e12be385c902fd863d.zip |
reordering
-rw-r--r-- | VisualStudio.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8e4a4d35..07f86278 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -221,7 +221,6 @@ AppPackages/ !*.[Cc]ache/ # Others -ClientBin/ [Ss]tyle[Cc]op.* ~$* *~ @@ -233,6 +232,10 @@ node_modules/ orleans.codegen.cs # RIA/Silverlight projects +# url: https://www.microsoft.com/silverlight/ +# output directory for *.xap artifacts +ClientBin/ +# temporary directory used by compiler Generated_Code/ # Backup & report files from converting an old project file |