git: Set addIgnoredFile to false

Do not advice if we attempt to add an ignored file to the index.
This commit is contained in:
Sanchayan Maity 2023-05-09 12:11:55 +05:30
parent 42601f6214
commit ff616c1481
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[advice]
addEmptyPathspec = false
addIgnoredFile = false
[blame]
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
markIgnoredLines = true