forked from dotnet/dotnet-buildtools-prereqs-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build script reference (dotnet#177)
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
**/bin | ||
**/obj | ||
**/out | ||
**/.vscode | ||
**/.vs | ||
.dotnet | ||
.Microsoft.DotNet.ImageBuilder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Build output | ||
[Bb]in/ | ||
[Oo]bj/ | ||
[Oo]ut/ | ||
|
||
# cache for misc downloads | ||
artifacts/ | ||
|
||
# dotnet install directory | ||
.dotnet/ | ||
|
||
# Visual Studio 2015 cache/options directory | ||
.vs/ | ||
|
||
# Visual Studio Code cache/options directory | ||
.vscode/ | ||
|
||
# Visual Studio debug profile | ||
**/launchSettings.json | ||
|
||
# Test files | ||
*.trx | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
|
||
# ImageBuilder directory | ||
.Microsoft.DotNet.ImageBuilder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters