-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (43 loc) · 867 Bytes
/
.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
## OS specific ########
.DS_Store
## Project files ######
.git
.pio
bin/*
data/*
!data/edit.htm
!data/edit.htm.gz
!data/vars.css
!data/style.css
!data/style.css.gz
!data/script.js
!data/script.js.gz
!data/cert/
!data/cert/x509_crt_bundle.bin
src/user_setups/active/*
include/user_config_override.h
src/user_config_override.h
user_config_override.h
platformio_override.ini
user_setups/active/*
build_output/*
build_output/firmware/*.bin
build_output/firmware/*.exe
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
## 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*