mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
## Description Monorepos the [landing website](https://photonvision.org) ## Meta Merge checklist: - [x] @mcm001 migrates all the secrets over to this repo - [x] Add label for website stuff - [ ] Archive the old website repo - [x] Website gets cleaned up
41 lines
490 B
Plaintext
41 lines
490 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.jpg$
|
|
\.jpeg$
|
|
\.png$
|
|
\.gif$
|
|
\.so$
|
|
\.dll$
|
|
\.webp$
|
|
\.ico$
|
|
\.rknn$
|
|
\.mp4$
|
|
\.ttf$
|
|
\.woff2$
|
|
gradlew
|
|
photon-lib/py/photonlibpy/generated/
|
|
photon-targeting/src/main/native/cpp/photon/constrained_solvepnp/generate/
|
|
photon-targeting/src/generated/
|
|
}
|
|
|
|
includeProject {
|
|
^photonLib/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^frc/
|
|
^networktables/
|
|
^units/
|
|
^wpi/
|
|
}
|