mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44:59 +00:00
refactor: Remove unnecessary .gitignore commit in test setup
This commit is contained in:
parent
1450c4194e
commit
20d87e1136
1 changed files with 0 additions and 2 deletions
|
@ -1217,8 +1217,6 @@ class TestCommands(TestCase):
|
|||
# Create and commit a .gitignore file
|
||||
gitignore = Path(".gitignore")
|
||||
gitignore.write_text("*.ignored\n")
|
||||
repo.git.add(".gitignore")
|
||||
repo.git.commit("-m", "Add .gitignore")
|
||||
|
||||
# Create a file that matches the gitignore pattern
|
||||
ignored_file = Path("test.ignored")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue