This commit is contained in:
Nathanial Hendler 2021-09-11 18:11:05 -07:00
parent d0b08bb380
commit b9abecf637
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.swp
.gitattributes
credentials.h

View File

@ -1,8 +0,0 @@
#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#define WIFI_SSID "GSO"
#define WIFI_PASSWORD "xerxes27"
#define SLACK_ACCESS_TOKEN "xoxp-52298054561-2192760530118-2480627120338-f945dcc4dd25c76c6b7faa7caa0a74c8"
#endif