mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
10 lines
109 B
Text
10 lines
109 B
Text
# Ignore everything recursively
|
|
*
|
|
|
|
# But not the .ts files
|
|
!*.ts*
|
|
|
|
*css.d.ts
|
|
|
|
# Check subdirectories too
|
|
!*/
|