Skip to content

Commit 40bebf1

Browse files
committed
fix: casing on gitignore
1 parent df14e8e commit 40bebf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ core.autocrlf=false
88
# Default value: false (on Linux machines) or true (on Windows machines)
99
# Explicitly setting it to false prevents the issue where Windows users cannot pull down
1010
# casing-related file renames.
11-
core.ignorecase=false
11+
core.ignoreCase=false
1212

1313
# https://git-scm.com/docs/git-config/#Documentation/git-config.txt-pullrebase
1414
# Default value: false

packages/isaacscript-cli/file-templates/static/_gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ core.autocrlf=false
88
# Default value: false (on Linux machines) or true (on Windows machines)
99
# Explicitly setting it to false prevents the issue where Windows users cannot pull down
1010
# casing-related file renames.
11-
core.ignorecase=false
11+
core.ignoreCase=false
1212

1313
# https://git-scm.com/docs/git-config/#Documentation/git-config.txt-pullrebase
1414
# Default value: false

0 commit comments

Comments
 (0)