Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dentra committed Nov 24, 2021
0 parents commit 5038bd2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.DS_Store

/.esphome/
**/.pioenvs/
**/.piolibdeps/
**/.pio/
**/src/
**/lib/
**/platformio.ini
**/partitions.csv

*.pyc

/secrets.yaml

/esphome
/.pio

/.vscode/

CMakeListsPrivate.txt
CMakeLists.txt
compile_commands.json
.clang_complete
.gcc-flags.json
.temp-clang-tidy.cpp

0 comments on commit 5038bd2

Please sign in to comment.