mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00: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
|
|
!*/
|