You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using mkspiffs (as part of PlatformIO) recently and hit a limitation in that mkspiffs doesn't seem to support file/folder exclusions other than a few hardcoded ones (.DS_Store, .git, etc). I went ahead and added support for adding exclusions (e.g.: -x *.h, to exclude all files with the .h extension). If you think this could be useful, I'd be happy to share my changes.
Let me know.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello @igrr,
I started using mkspiffs (as part of PlatformIO) recently and hit a limitation in that mkspiffs doesn't seem to support file/folder exclusions other than a few hardcoded ones (.DS_Store, .git, etc). I went ahead and added support for adding exclusions (e.g.: -x *.h, to exclude all files with the .h extension). If you think this could be useful, I'd be happy to share my changes.
Let me know.
Thanks!
The text was updated successfully, but these errors were encountered: