WeatherStation/.gitignore
2025-02-05 13:57:38 +01:00

31 lines
307 B
Text

# Compiled object files
*.o
*.hex
# Executables
*.exe
*.out
*.elf
# Build directories
build/
bin/
.cache
# IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
compile_commands.json
# Dependency directories
lib/
vendor/
# Log files
*.log
# OS generated files
.DS_Store
Thumbs.db