mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Generate filename, included in the build Use post Python scripts to move files to the right directory Use post Python scripts to generate .bin.gz files.
51 lines
673 B
Plaintext
51 lines
673 B
Plaintext
## OS Specific Hidden Files ####
|
|
|
|
# MacOSX Finder *****
|
|
.DS_Store
|
|
|
|
# Fuse FileSystem ***
|
|
.fuse_hidden*
|
|
|
|
|
|
## PlatformIO ##################
|
|
.pioenvs
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
.piolibdeps
|
|
pre_extra_script.py
|
|
*.code-workspace
|
|
.pio
|
|
|
|
## Project #####################
|
|
lib/readme.txt
|
|
src/Custom.h
|
|
/ESPEasy
|
|
test/output_export.cpp
|
|
.vscode
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
src/ESPEasy.ino.cpp
|
|
|
|
docs/build/
|
|
|
|
\.pio/
|
|
|
|
docs/source/_build/
|
|
|
|
venv/
|
|
|
|
.idea/
|
|
|
|
tools/vagrant/.vagrant/
|
|
|
|
tools/vagrant/build/
|
|
|
|
tools/vagrant/Custom.h
|
|
|
|
|
|
.buildcache/
|
|
|
|
|
|
|
|
tools/vagrant/pio_envlist.txt
|
|
|
|
|
|
build_output/
|