running got in the repo root drops downloaded files next to the source; torrents/control files were already ignored, add common media (mkv/mp4/ avi/mov/webm/iso/mp3/flac) so anime/ISO downloads don't show up as untracked and can't be committed by accident.
20 lines
189 B
Plaintext
20 lines
189 B
Plaintext
.claude
|
|
ref/
|
|
*.torrent
|
|
*.got
|
|
/got
|
|
/ria
|
|
bin/
|
|
.torrent.db*
|
|
*.part
|
|
|
|
# media downloaded by running got in the repo tree (never commit content)
|
|
*.mkv
|
|
*.mp4
|
|
*.avi
|
|
*.mov
|
|
*.webm
|
|
*.iso
|
|
*.mp3
|
|
*.flac
|