mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
better handling of gitignore files
This commit is contained in:
parent
bd9e85a2d2
commit
6d133fd611
6 changed files with 26 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"description": "In this test .gitignore is added to .git/info/exclude using the ignore or exclude menu to check that this operation is to allowed",
|
||||
"description": "In this test we attempt to add .gitignore to .git/info/exclude to ensure lazygit rejects the action",
|
||||
"speed": 5
|
||||
}
|
||||
}
|
||||
|
|
1
test/integration/gitignoreMenu/expected/repo/myfile1
Normal file
1
test/integration/gitignoreMenu/expected/repo/myfile1
Normal file
|
@ -0,0 +1 @@
|
|||
test1
|
Loading…
Add table
Add a link
Reference in a new issue