module.exports = {

    'artifactsDir': 'artifacts',
    'ignoreFiles': ['crowdin.yaml'],

    'build': {
        'overwriteDest': true
    }
};