Tegos / travian-elephant-finder

Travian Animals Finder
MIT License
29 stars 15 forks source link

[Fix] removed data JSON files from .gitignore #6

Closed kingmaker-agm closed 4 years ago

kingmaker-agm commented 4 years ago

The Program expects the data/oasis.json and _data/oasis_Occupied.json_ files to be available for importing when calling the "collect" script.

This Pull Request removes those files from being excluded by the .gitignore

Tegos commented 4 years ago

Hello! Sorry, I can't accept this. These files are generated, they should be ignored. They will be modified after each runs collect or find. The readme file contains this line: Run command npm run clean clean data directory and create files.

kingmaker-agm commented 4 years ago

Ohhh, OK........ I have never run npm run clean

Seems my Bad