Skip to content
Snippets Groups Projects
Commit 37643fef authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #4972 from bgort/platformio-improvements

Move platformio directories out of source tree
parents d41f2bdb 9c0404ea
Branches
Tags
No related merge requests found
.gitignore 100644 → 100755
...@@ -114,3 +114,7 @@ applet/ ...@@ -114,3 +114,7 @@ applet/
# Debug files # Debug files
*.dSYM/ *.dSYM/
*.su *.su
#PlatformIO files/dirs
.pioenvs
.piolib
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
[platformio] [platformio]
src_dir = ./ src_dir = ./
envs_dir = ../.pioenvs
lib_dir = ../.piolib
env_default = mega2560 env_default = mega2560
[env:mega2560] [env:mega2560]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment