inbo / fish-tracking

🐟 Collection of scripts for processing and analysing fish tracking data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not add .Rhistory to repo

damianooldoni opened this issue · comments

Tis is not a really issue, just a warning for the future.
Avoid to commit .Rhistory files (072e9aa) otherwise it's impossible to work with others. Most of all, .Rhistory has no added value for a repo. It's jus the chronology of the run code.
So, .Rhistory should be always in the .gitignore. I added it in 08ce5e8.

.Rhistory is added to the .gitignore file.

I have extended @PieterjanVerhelst work and used the default R gitignore file, while still ignore Mac OS X .DS_Store files: 40272cd Two specific .RProj file(s) were ignored, but I have allowed these to be part of the repo (they currently are not included). Closing issue.