mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07: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")):
|
if isfile(join(project_dir, ".gitignore")):
|
||||||
return
|
return
|
||||||
with open(join(project_dir, ".gitignore"), "w") as f:
|
with open(join(project_dir, ".gitignore"), "w") as f:
|
||||||
f.write(".pioevs")
|
f.write(".pioenvs")
|
||||||
|
Reference in New Issue
Block a user