diff --git a/.gitignore b/.gitignore index 321d03f03c..648eae61cf 100644 --- a/.gitignore +++ b/.gitignore @@ -8,13 +8,17 @@ packages/ artifacts/ PublishProfiles/ .vs/ +bower_components/ +node_modules/ +**/wwwroot/lib/ +debugSettings.json +project.lock.json *.user *.suo *.cache *.docstates _ReSharper.* nuget.exe -project.lock.json *net45.csproj *net451.csproj *k10.csproj @@ -26,4 +30,8 @@ project.lock.json *.ncrunchsolution *.*sdf *.ipch -launchSettings.json \ No newline at end of file +.settings +*.sln.ide +node_modules +**/[Cc]ompiler/[Rr]esources/**/*.js +*launchSettings.json \ No newline at end of file