mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Fixes #1472. TTF fonts were included as part of the FontAwesome kit, but I opted to not add them because basically every browser won't use them and it just pollutes the repo.
18 lines
158 B
Plaintext
18 lines
158 B
Plaintext
|
|
modifiableFileExclude {
|
|
\.jpg$
|
|
\.jpeg$
|
|
\.png$
|
|
\.gif$
|
|
\.so$
|
|
\.pdf$
|
|
\.mp4$
|
|
\.dll$
|
|
\.webp$
|
|
\.ico$
|
|
\.rknn$
|
|
\.svg$
|
|
\.woff2$
|
|
gradlew
|
|
}
|