mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-20 03:47:13 -04: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
|
|
!*/
|