Skip to content
Snippets Groups Projects
spec1.yaml 452 B
Newer Older
  • Learn to ignore specific revisions
  • sync:
    
      - source:
          path: '../original/test1.html'
    
        destination:
          path: '../original/'
          exclude:
            - ../original/test1.html
    
          keep:
            - title
            - meta[name=description]
            - meta[name=author]
    
    #  - source:
    #      path: '../original/test1.html'
    #      selector: '.deco'
    #    destination:
    #      path: '../original/'
    #      exclude:
    #        - ../original/test1.html