Add VSCode and PlatformIO .gitignores

pull/586/head
xyx0826 3 years ago
parent 8c956c4254
commit 759bdb4c4c
No known key found for this signature in database
GPG Key ID: 643A61E2874B97F8
  1. 8
      .gitignore

8
.gitignore vendored

@ -1,3 +1,11 @@
# VSCode config
.vscode
# PlatformIO artifacts
__pycache__
temp-espfs
**/espfs_img.c
src/espfs_image.c src/espfs_image.c
build/ build/
firmware/ firmware/

Loading…
Cancel
Save