Hi @szymon_dybczak 

I completely agree with you. I'm having difficulty understanding how the sync will work for the include and exclude sections, specifically for folders and files. Here’s what I’m currently using:


sync:
  # Include specific files and directories
  #   # - files/${var.archetype}/config/${var.job_names}
  - files/${var.archetype}/config/*
  - files/${var.archetype}/notebooks/*
  - artifacts/dap_common-${var.dap_common_version}*.whl
  - artifacts/etl_framework-${var.etl_framework_version}*.whl

  exclude:
    - resources/**  # This will ignore all files and subdirectories within the resources folder
    # - process_template.py3
    # - databricks.yml
    # - .gitignore
    # - .vscode

If you have any ideas or suggestions on how to improve this configuration, especially for syncing the correct files and folders, I’d really appreciate your help.

Thank you!