mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 21:07:21 +00:00
26 lines
386 B
Plaintext
26 lines
386 B
Plaintext
## OS specific ########
|
|
.DS_Store
|
|
|
|
## Project files ######
|
|
.git
|
|
.pio
|
|
data/*
|
|
src/user_setups/active/*
|
|
src/user_config_override.h
|
|
platformio_override.ini
|
|
user_setups/active/*
|
|
build_output/*
|
|
build_output/firmware/*.bin
|
|
|
|
## Test result files
|
|
*.html
|
|
*.xml
|
|
*.bin
|
|
|
|
## Visual Studio Code specific ######
|
|
.vscode
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
*.bak
|