Skip to content

Instantly share code, notes, and snippets.

@jmptrader
Forked from vmandic/dotnet core .gitignore
Created May 17, 2018 16:00
Show Gist options
  • Save jmptrader/b9989e8f7bef7c31eae561c05253e7a2 to your computer and use it in GitHub Desktop.
Save jmptrader/b9989e8f7bef7c31eae561c05253e7a2 to your computer and use it in GitHub Desktop.
A default .NET Core project .gitignore file
*.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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment