mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 00:16:41 +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
|
|
!*/
|