diff options
author | Qrius <[email protected]> | 2024-09-26 07:53:32 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2024-09-26 07:53:32 +0200 |
commit | d9506755c6029a2a1f32bd5969f64d42dff980e6 (patch) | |
tree | 1c79d6527a7a0dc182d25a7a3b7c45b6c552ed6f /.gitignore | |
download | hydroponics_broker-d9506755c6029a2a1f32bd5969f64d42dff980e6.tar.gz hydroponics_broker-d9506755c6029a2a1f32bd5969f64d42dff980e6.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d872f32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +secrets.h |