Commit f3a88212 authored by James Lopez's avatar James Lopez

Merge remote-tracking branch 'gitlab/feature/project-export' into feature/project-export

parents 21be0cae 5dad9f1f
module Gitlab
module ImportExport
class AttributesFinder
def initialize(included_attributes:, excluded_attributes:)
@included_attributes = included_attributes || {}
@excluded_attributes = excluded_attributes || {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment