Skip to content

Commit 6980b2f

Browse files
Simplify some .gitignore patterns for compatibility with gitignore-parser
1 parent 9cb6d5d commit 6980b2f

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

templates/Angular2Spa/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ x64/
2121
x86/
2222
build/
2323
bld/
24-
[Bb]in/
25-
[Oo]bj/
24+
bin/
25+
Bin/
26+
obj/
27+
Obj/
2628

2729
# Visual Studio 2015 cache/options directory
2830
.vs/

templates/KnockoutSpa/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ x64/
2121
x86/
2222
build/
2323
bld/
24-
[Bb]in/
25-
[Oo]bj/
24+
bin/
25+
Bin/
26+
obj/
27+
Obj/
2628

2729
# Visual Studio 2015 cache/options directory
2830
.vs/

templates/ReactReduxSpa/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ x64/
2121
x86/
2222
build/
2323
bld/
24-
[Bb]in/
25-
[Oo]bj/
24+
bin/
25+
Bin/
26+
obj/
27+
Obj/
2628

2729
# Visual Studio 2015 cache/options directory
2830
.vs/

templates/ReactSpa/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ x64/
2121
x86/
2222
build/
2323
bld/
24-
[Bb]in/
25-
[Oo]bj/
24+
bin/
25+
Bin/
26+
obj/
27+
Obj/
2628

2729
# Visual Studio 2015 cache/options directory
2830
.vs/

templates/WebApplicationBasic/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ x64/
2121
x86/
2222
build/
2323
bld/
24-
[Bb]in/
25-
[Oo]bj/
24+
bin/
25+
Bin/
26+
obj/
27+
Obj/
2628

2729
# Visual Studio 2015 cache/options directory
2830
.vs/

0 commit comments

Comments
 (0)