mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-20 05:17:20 +00:00
36 lines
583 B
Plaintext
36 lines
583 B
Plaintext
## OS specific ########
|
|
.DS_Store
|
|
|
|
## Project files ######
|
|
.git
|
|
.pio
|
|
data/*
|
|
!data/edit.htm
|
|
!data/edit.htm.gz
|
|
src/user_setups/active/*
|
|
include/user_config_override.h
|
|
src/user_config_override.h
|
|
user_config_override.h
|
|
platformio_override.ini
|
|
user_setups/active/*
|
|
build_output/*
|
|
build_output/firmware/*.bin
|
|
build_output/firmware/*.exe
|
|
src/custom/*
|
|
!src/custom/README.md
|
|
|
|
## Test result files
|
|
*.xml
|
|
*.bin
|
|
|
|
## Visual Studio Code specific ######
|
|
!.vscode
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
*.bak
|
|
|
|
test/config.yaml
|