mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
43 lines
827 B
Plaintext
43 lines
827 B
Plaintext
[Oo]bj/
|
|
[Bb]in/
|
|
TestResults/
|
|
.nuget/
|
|
*.sln.ide/
|
|
_ReSharper.*/
|
|
packages/
|
|
artifacts/
|
|
PublishProfiles/
|
|
*.user
|
|
*.suo
|
|
*.cache
|
|
*.docstates
|
|
_ReSharper.*
|
|
nuget.exe
|
|
*net45.csproj
|
|
*net451.csproj
|
|
*k10.csproj
|
|
*.psess
|
|
*.vsp
|
|
*.pidb
|
|
*.userprefs
|
|
*DS_Store
|
|
*.ncrunchsolution
|
|
*.*sdf
|
|
*.ipch
|
|
|
|
.vs/
|
|
npm-debug.log
|
|
/.build/
|
|
|
|
# The templates can't contain their own .gitignore files, because Yeoman has strange default handling for
|
|
# files with that name (https://github.com/npm/npm/issues/1862). So, each template instead has a template_gitignore
|
|
# file which gets renamed after the files are copied. And so any files that need to be excluded in the source
|
|
# repo have to be excluded here.
|
|
/templates/*/node_modules/
|
|
/templates/*/wwwroot/dist/
|
|
/templates/*/ClientApp/dist/
|
|
/templates/*/yarn.lock
|
|
.vscode/
|
|
|
|
/templates/*/Properties/launchSettings.json
|