mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated .treefmt to exclude more files and directories
This commit is contained in:
parent
09dd40d4dd
commit
1405bf65de
@ -28,9 +28,15 @@ excludes = [
|
|||||||
"*.yaml",
|
"*.yaml",
|
||||||
"*.yml",
|
"*.yml",
|
||||||
"docker/**",
|
"docker/**",
|
||||||
|
"temp/**",
|
||||||
"scripts/clang-format-wrapper",
|
"scripts/clang-format-wrapper",
|
||||||
"include/etl/generators/**",
|
"include/etl/generators/**",
|
||||||
"include/etl/private/*_cpp03.h"
|
"include/etl/private/*_cpp03.h",
|
||||||
|
"subprojects/**",
|
||||||
|
"test/UnitTest++/**",
|
||||||
|
"test/Deprecated/**",
|
||||||
|
"test/Performance/**",
|
||||||
|
"test/temp/**"
|
||||||
]
|
]
|
||||||
|
|
||||||
[formatter.cpp]
|
[formatter.cpp]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user