mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
scripts intended as local git hooks. post-merge: - create symlink ESPEasy - if necessary - add "#define BUILD_GIT <git revision>" to Custom.h - add "#define USE_CUSTOM_H" to src/ESPEasy-Globals.h post-commit: - add "#define BUILD_GIT <git revision>" to Custom.h post-checkout: - on branch checkout also add "#define BUILD_GIT <git revision>"
20 lines
262 B
Plaintext
20 lines
262 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
|