smart-home/.gitignore
2026-02-26 09:16:34 +08:00

29 lines
296 B
Plaintext

node_modules/
smart-home-app/node_modules/
smart-home-app/unpackage/
**/unpackage/dist/
**/unpackage/resources/
**/unpackage/cache/
*.log
firefly_esp32/build/
**/build/
*.bin
*.elf
*.map
*.o
*.a
*.d
*.obj
*.exe
*.dll
*.so
# Maven / Java
**/target/
*.class
*.jar
*.war
*.ear
*.iml
.idea/
*.log