mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
11 lines
109 B
Text
11 lines
109 B
Text
|
# Ignore everything recursively
|
||
|
*
|
||
|
|
||
|
# But not the .ts files
|
||
|
!*.ts*
|
||
|
|
||
|
*css.d.ts
|
||
|
|
||
|
# Check subdirectories too
|
||
|
!*/
|