mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 10:26:32 +02:00
add fixme comments
This commit is contained in:
parent
63fbbe25b4
commit
6e28eafcd7
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ class EnvManager:
|
|||
gitignore_path = Path(".gitignore")
|
||||
if gitignore_path.exists():
|
||||
self.exec(["git", "ls-files", "--ignored", "--exclude-standard", "-o", "-z"], raise_error=False)
|
||||
# fixme: need detect platform and change this cmd
|
||||
# self.exec(["xargs", "-0", "-r", "rm", "-rf"], input=gitignore_path.read_text())
|
||||
|
||||
self.exec(["git", "restore", "."])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue