diff options
author | Christian Segundo | 2023-04-04 18:33:04 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-04 18:33:04 +0200 |
commit | 1fd97b74dce8318d9d0d7367896dbe3b21823d65 (patch) | |
tree | a9cb7def5ca73785d51be69ef461c84194d9064c /.gitignore | |
download | ds18x20-exporter-1fd97b74dce8318d9d0d7367896dbe3b21823d65.tar.gz |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77ab86a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.pio +.cache +sdkconfig* +compile_commands.json +**CMakeLists.txt |