├── .gitattributes ├── README.md └── player_ids.csv /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayscopeland/ffb_ids/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayscopeland/ffb_ids/HEAD/README.md -------------------------------------------------------------------------------- /player_ids.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayscopeland/ffb_ids/HEAD/player_ids.csv --------------------------------------------------------------------------------