Created
May 17, 2017 17:02
-
-
Save joaofx/94b275c89a9d8019f21fbf8facb105ac to your computer and use it in GitHub Desktop.
.NET Core Git Ignore
This file contains hidden or 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
*.swp | |
*.*~ | |
project.lock.json | |
.DS_Store | |
*.pyc | |
# Visual Studio Code | |
.vscode | |
# User-specific files | |
*.suo | |
*.user | |
*.userosscache | |
*.sln.docstates | |
# Build results | |
[Dd]ebug/ | |
[Dd]ebugPublic/ | |
[Rr]elease/ | |
[Rr]eleases/ | |
x64/ | |
x86/ | |
build/ | |
bld/ | |
[Bb]in/ | |
[Oo]bj/ | |
msbuild.log | |
msbuild.err | |
msbuild.wrn | |
# Visual Studio 2015 | |
.vs/ | |
# JetBrains Rider | |
.idea | |
packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment