mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
64 lines
1.1 KiB
Plaintext
64 lines
1.1 KiB
Plaintext
## OS specific ########
|
|
.DS_Store
|
|
|
|
## Project files ######
|
|
.git
|
|
.pio
|
|
bin/*
|
|
data/*
|
|
!data/edit.htm
|
|
!data/en.json
|
|
!data/main.js
|
|
!data/openhasp.ttf
|
|
!data/style.css
|
|
!data/script.js
|
|
!data/vars.css
|
|
!data/cert/
|
|
!data/cert/x509_crt_bundle.bin
|
|
!data/pages/
|
|
!data/pages/*.jsonl
|
|
!data/static/
|
|
!data/static/*.gz
|
|
data/static/edit.htm.gz
|
|
data/static/en.json.gz
|
|
data/static/main.js.gz
|
|
data/static/script.js.gz
|
|
data/static/style.css.gz
|
|
data/static/*.js
|
|
|
|
include/user_config_override.h
|
|
src/user_config_override.h
|
|
user_config_override.h
|
|
platformio_override.ini
|
|
user_setups/active/*
|
|
user_setups/custom/*
|
|
build_output/*
|
|
build_output/firmware/*.bin
|
|
build_output/firmware/*.exe
|
|
lib/SimpleFTPServer/examples/*
|
|
src/custom/*
|
|
!src/custom/README.md
|
|
!src/custom/bootlogo_template.h
|
|
!src/custom/my_custom_template.h
|
|
!src/custom/my_custom_template.cpp
|
|
!src/custom/my_custom_fan_template.cpp
|
|
|
|
#npm filter
|
|
node_modules/*
|
|
package.json
|
|
package-lock.json
|
|
|
|
## Test result files
|
|
*.xml
|
|
|
|
## 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
|
|
tools/mklittlefs* |