Add .gitignore and example settings file

This commit is contained in:
Starbeamrainbowlabs 2021-11-20 15:30:13 +00:00
parent 9c7f050f11
commit 4bae1e0fbb
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 42 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@ -0,0 +1,40 @@
settings.h
# Created by https://www.toptal.com/developers/gitignore/api/c++
# Edit at https://www.toptal.com/developers/gitignore?templates=c++
### C++ ###
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# End of https://www.toptal.com/developers/gitignore/api/c++

View File

@ -0,0 +1,2 @@
#define WIFI_SSID "CHANGE_ME"
#define WIFI_PASSWORD "CHANGE_ME"