-
-
Notifications
You must be signed in to change notification settings - Fork 185
/
.gitignore
64 lines (58 loc) · 1.12 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
## OS specific ########
.DS_Store
## Project files ######
.git
.pio
bin/*
data/*
!data/edit.htm
!data/en.json
!data/main.js
!data/openhasp.ttf
!data/style.css
!data/script.js
!data/vars.css
!data/cert/
!data/cert/x509_crt_bundle.bin
!data/pages/
!data/pages/*.jsonl
!data/static/
!data/static/*.gz
data/static/edit.htm.gz
data/static/en.json.gz
data/static/main.js.gz
data/static/script.js.gz
data/static/style.css.gz
data/static/*.js
include/user_config_override.h
src/user_config_override.h
user_config_override.h
platformio_override.ini
user_setups/active/*
user_setups/custom/*
build_output/*
build_output/firmware/*.bin
build_output/firmware/*.exe
lib/SimpleFTPServer/examples/*
src/custom/*
!src/custom/README.md
!src/custom/bootlogo_template.h
!src/custom/my_custom_template.h
!src/custom/my_custom_template.cpp
!src/custom/my_custom_fan_template.cpp
#npm filter
node_modules/*
package.json
package-lock.json
## Test result files
*.xml
## Visual Studio Code specific ######
!.vscode
.vscode/*
!.vscode/extensions.json
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
*.bak
test/config.yaml
tools/mklittlefs*