diff --git a/templates/Angular2Spa/.gitignore b/templates/Angular2Spa/.gitignore index 9ca0576..d410b8b 100644 --- a/templates/Angular2Spa/.gitignore +++ b/templates/Angular2Spa/.gitignore @@ -21,8 +21,10 @@ x64/ x86/ build/ bld/ -[Bb]in/ -[Oo]bj/ +bin/ +Bin/ +obj/ +Obj/ # Visual Studio 2015 cache/options directory .vs/ diff --git a/templates/KnockoutSpa/.gitignore b/templates/KnockoutSpa/.gitignore index 9ca0576..d410b8b 100644 --- a/templates/KnockoutSpa/.gitignore +++ b/templates/KnockoutSpa/.gitignore @@ -21,8 +21,10 @@ x64/ x86/ build/ bld/ -[Bb]in/ -[Oo]bj/ +bin/ +Bin/ +obj/ +Obj/ # Visual Studio 2015 cache/options directory .vs/ diff --git a/templates/ReactReduxSpa/.gitignore b/templates/ReactReduxSpa/.gitignore index 9ca0576..d410b8b 100644 --- a/templates/ReactReduxSpa/.gitignore +++ b/templates/ReactReduxSpa/.gitignore @@ -21,8 +21,10 @@ x64/ x86/ build/ bld/ -[Bb]in/ -[Oo]bj/ +bin/ +Bin/ +obj/ +Obj/ # Visual Studio 2015 cache/options directory .vs/ diff --git a/templates/ReactSpa/.gitignore b/templates/ReactSpa/.gitignore index 9ca0576..d410b8b 100644 --- a/templates/ReactSpa/.gitignore +++ b/templates/ReactSpa/.gitignore @@ -21,8 +21,10 @@ x64/ x86/ build/ bld/ -[Bb]in/ -[Oo]bj/ +bin/ +Bin/ +obj/ +Obj/ # Visual Studio 2015 cache/options directory .vs/ diff --git a/templates/WebApplicationBasic/.gitignore b/templates/WebApplicationBasic/.gitignore index 9ca0576..d410b8b 100644 --- a/templates/WebApplicationBasic/.gitignore +++ b/templates/WebApplicationBasic/.gitignore @@ -21,8 +21,10 @@ x64/ x86/ build/ bld/ -[Bb]in/ -[Oo]bj/ +bin/ +Bin/ +obj/ +Obj/ # Visual Studio 2015 cache/options directory .vs/