add .gitignore removes Releases

This commit is contained in:
BlubbFish 2019-02-13 16:42:15 +01:00
parent fbeeb58702
commit 2745e2dd78
11 changed files with 4 additions and 15 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.vs
/packages
/IoT-Bot/obj
/IoT-Bot/bin

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +0,0 @@
[test]
type=Trigger
target=mqtt
target_message={"enable": true}
target_topic=/test/1
sensor_type=Power
sensor_backend=mqtt
sensor_topic=/power/msg

View File

@ -1,3 +0,0 @@
[mqtt]
type=mqtt
server=localhost

View File

@ -1,4 +0,0 @@
[user]
type=telegram
telegram-key=ABCDEFGH
chatid=1234

Binary file not shown.

Binary file not shown.