diff options
| author | Scott Gasch <[email protected]> | 2026-08-24 19:08:30 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2026-08-24 19:08:30 -0700 |
| commit | c5ca1a37b0614f5cb55499692a7f61775f81d1eb (patch) | |
| tree | 5c871637c7a8e98b53c3bf6f97c673140406edd3 /.gitignore | |
| parent | f83f1592659a0e06182e3017aafbd84ba83935fb (diff) | |
Stop tracking pgn data files, ignore pgn/ going forward
These are large generated/downloaded data files (twic.pgn alone is
3.5GB) that don't belong in version control.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ .backup_policy *.log src/typhoon +pgn/*.pgn +pgn/*.pgn.bz2 |
