Add custom folder

This commit is contained in:
fvanroie 2021-04-11 01:12:05 +02:00
parent 870df4b2b0
commit 4b180c6180
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@ -14,6 +14,8 @@ user_setups/active/*
build_output/*
build_output/firmware/*.bin
build_output/firmware/*.exe
src/custom/*
!src/custom/README.md
## Test result files
*.xml

6
src/custom/README.md Normal file
View File

@ -0,0 +1,6 @@
Files and customizations in this folder will be ignored by version control.
Use this folder to place:
- Custom font source files
- Custom boot screen
- ...