Skip to content

Instantly share code, notes, and snippets.

@chrisdpeters
Last active August 10, 2017 13:16

Revisions

  1. chrisdpeters revised this gist Aug 10, 2017. No changes.
  2. chrisdpeters revised this gist Jul 26, 2014. 1 changed file with 16 additions and 0 deletions.
    16 changes: 16 additions & 0 deletions dandelion-exclude.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    adapter: sftp
    host:
    port:
    username:
    password:
    path:

    exclude:
    - scss/
    - .bowerrc
    - .gitignore
    - bower.json
    - config.codekit
    - config.rb
    - dandelion-sample.yml
    - README.md
  3. chrisdpeters created this gist Jul 26, 2014.
    11 changes: 11 additions & 0 deletions dandelion-additional.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    adapter: sftp
    host:
    port:
    username:
    password:
    path:

    additional:
    - css/app.min.css
    - javascripts/app.min.js
    - javascripts/init.min.js