earlephilhower / arduino-esp8266littlefs-plugin

Plugin to upload LittleFS filesystems to ESP8266
GNU General Public License v2.0
120 stars 20 forks source link

Exclude blacklist #30

Open arjenv opened 3 weeks ago

arjenv commented 3 weeks ago

Could you add functionality to blacklist certain files within the 'data' directory? When I edit e.g an HTML file that editor saves the latest backup as .html~ (tilde added to the end). Other editors will add '.bak' No need to upload that to the ESP however.

Thanks for great software!