mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix .gitignore contents
This commit is contained in:
@ -301,4 +301,4 @@ def init_cvs_ignore(project_dir):
|
||||
if isfile(join(project_dir, ".gitignore")):
|
||||
return
|
||||
with open(join(project_dir, ".gitignore"), "w") as f:
|
||||
f.write(".pioevs")
|
||||
f.write(".pioenvs")
|
||||
|
Reference in New Issue
Block a user