feat: initial commit
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
# PlatformIO
|
||||
.pio/
|
||||
.pioenvs/
|
||||
.piolibdeps/
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# CLion / JetBrains
|
||||
.idea/
|
||||
cmake-build-*/
|
||||
|
||||
# Build artifacts
|
||||
*.o
|
||||
*.a
|
||||
*.d
|
||||
*.elf
|
||||
*.bin
|
||||
*.hex
|
||||
*.map
|
||||
|
||||
# Credentials (WiFi passwords etc.)
|
||||
secrets.h
|
||||
credentials.h
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user