NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

Add authority folder to gitignore #138

Closed LuomaJuha closed 1 year ago

LuomaJuha commented 1 year ago

Easier to manage authority folder when it does not get accidentally deleted in certain situations.

EreMaijala commented 1 year ago

Since the authority directory is just a local directory that has no special meaning in the project, I'd suggest adding it to .git/info/exclude file instead (see https://git-scm.com/docs/gitignore for more information). That can be done locally without having to commit anything.