mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
The MemAnalyzer tool was not able to perform a proper analysis of the current builds, since we introduced the `USES_P001` syntax of defines to determine what should be included and what not.
35 lines
426 B
Plaintext
35 lines
426 B
Plaintext
## OS Specific Hidden Files ####
|
|
|
|
# MacOSX Finder *****
|
|
.DS_Store
|
|
|
|
# Fuse FileSystem ***
|
|
.fuse_hidden*
|
|
|
|
|
|
## PlatformIO ##################
|
|
.pioenvs
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
.piolibdeps
|
|
|
|
## 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
|
|
|
|
docs/build/
|
|
|
|
\.pio/
|
|
|
|
docs/source/_build/
|
|
|
|
venv/
|
|
|
|
.idea/
|