CDLUC3/datacite-mapping

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Ruby defaults

/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
*.bundle
*.so
*.o
*.a
mkmf.log

# Bundler local gem installations

/vendor/

# Gem

datacite*gem

# Logs

/log/

# IntellJ

*.iml
*.ipr
*.iws
*.ids
.rakeTasks

# Emacs

*~
\#*
.#*

# Mac OS

.DS_Store