mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-15 09:41:17 -05:00
9 lines
515 B
YAML
Executable File
9 lines
515 B
YAML
Executable File
ignore:
|
|
- "/usr/**/*" # ingnore all unix system ressources
|
|
- "**/json*.*" # ignore all json files
|
|
- "**/hueplusplus/include/json/*" # ignore all files in json folder
|
|
- "**/hueplusplus/test/*" # ignore all files in test folder
|
|
- "**/hueplusplus/build/**/*" # ignore all files in build folder
|
|
- "**/test/**/*" # ignore all files in test folders
|
|
- "**/v1/**/*" # ignore all macros files
|