dphans / micropython-ide-vscode

Micropython integrated development for VSCode
Apache License 2.0
57 stars 35 forks source link

Ignore directories not managed properly #4

Closed osechet closed 5 years ago

osechet commented 6 years ago

When specifying directories to ignore, it works, the directories are not sent to the device but logs are displayed as if the files were sent. For example, my project being managed with git, I have a .git directory at the same level as the .micropythonrc file. When sending files to device, I get the following:

Sending /.git/COMMIT_EDITMSG...
Sending /.git/HEAD...
Creating directory /.git/branches...
Sending /.git/config...
Sending /.git/description...
Creating directory /.git/hooks...
...