Initial commit: monorepo skeleton with backend, esp32, mobile, protocol
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Kotlin/Java
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
|
*.iml
|
||||||
|
/out/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# ESP32 / PlatformIO / Arduino
|
||||||
|
*.bin
|
||||||
|
*.elf
|
||||||
|
*.pio
|
||||||
|
*.pioenvs/
|
||||||
|
*.idf/
|
||||||
|
|
||||||
|
# Android
|
||||||
|
/.gradle/
|
||||||
|
/build/
|
||||||
|
/local.properties
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user