aspnetcore/.gitignore

13 lines
176 B
Plaintext

**/intermediate/**
**/artifacts/**
packages/**
.nuget/**
.build/**
**/.vs/**
*.user
project.lock.json
Templates.BranchSettings.targets
**/.vscode
test/**/bin/**
test/**/obj/**