richarddmorey / BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.
https://richarddmorey.github.io/BayesFactor/
131 stars 48 forks source link

.gitignore tweaks + added .Rproj #88

Closed jonathon-love closed 7 years ago

jonathon-love commented 7 years ago

hey,

the lines:

/pkg/*
!/pkg/BayesFactor/
!/pkg/BayesFactor/**/*

ignores everything in pkg that isn't BayesFactor, this should serve the same function as a lot of your custom rules (the 'unignore' of pkg/BayesFactor/**/* also means i've had to shift the extension ignores to the bottom).

i've also added a .Rproj file, because this makes it easy for contributors (myself) to use the correct indentation level, etc.