forked from letscontrolit/ESPEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (47 loc) · 1.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
## 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
.piopm
## 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/
**/__tmpfile.cpp
src/_Custom.h
src/*_*Custom.h
dist/Espressif_flash_download_tool_v3.8.5/logs/
dist/Espressif_flash_download_tool_v3.8.5/dl_temp/bin_tmp/
dist/Espressif_flash_download_tool_v3.8.5/dl_temp/_temp_by_dltool/
dist/Espressif_flash_download_tool_v3.8.5/configure/esp32/spi_download.conf
src/CustomIR.h
docs/source/Plugin/_plugin_sets_overview.repl
*.PVS-Studio.stacktrace.txt
.platformio/
.pio/