Skip to content

Commit 80bae0e

Browse files
committed
Case-insensitive gitignore for _configSource
Tweaked ignore rule to account for folder which starts with either case.
1 parent 6c408b9 commit 80bae0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ $RECYCLE.BIN/
156156
# =========================
157157

158158
# ignore all except example .config & project files files
159-
**/_ConfigSource/*.config
160-
!**/_ConfigSource/EXAMPLE-*.config
159+
**/_[Cc]onfigSource/*.config
160+
!**/_[Cc]onfigSource/EXAMPLE-*.config
161161
# Red-Gate SQL Data Compare project files
162162
*.sdc
163163
!EXAMPLE-*.sdc

0 commit comments

Comments
 (0)