-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (29 loc) · 612 Bytes
/
.gitignore
File metadata and controls
35 lines (29 loc) · 612 Bytes
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
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/settings.json
.vscode/tasks.json
# generated documentation
doc/_build
doc/_static
doc/_templates
doc/doxygen
doc/doxyapi
#compressed files in the data folder
data/*.gz
# Web UI files
WebConfigUI/node_modules
WebConfigUI/build
WebConfigUI/package-lock.json
# Created by https://www.gitignore.io/api/platformio
# Edit at https://www.gitignore.io/?templates=platformio
### PlatformIO ###
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.pio
# End of https://www.gitignore.io/api/platformio
.travis.yml