mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
11 lines
109 B
Plaintext
11 lines
109 B
Plaintext
# Ignore everything recursively
|
|
*
|
|
|
|
# But not the .ts files
|
|
!*.ts*
|
|
|
|
*css.d.ts
|
|
|
|
# Check subdirectories too
|
|
!*/
|