Compare commits

...

No commits in common. '09aa82578710d82dd7dc482febe32991be0ea307' and '93562715728d8f4a6c69d0e74f45ca9f54189a75' have entirely different histories.

  1. 0
      .build/clean.sh
  2. 0
      .build/deploy-branch.sh
  3. 0
      .build/deploy-release.sh
  4. 0
      .build/install.sh
  5. 0
      .build/release.sh
  6. 2
      assets/.gitignore
  7. 3
      config/.gitignore
  8. 2
      content/.gitignore
  9. 3
      plugins/.gitignore
  10. 2
      themes/.gitignore

2
assets/.gitignore vendored

@ -1,2 +0,0 @@
# This directory is meant to be empty
*

3
config/.gitignore vendored

@ -1,3 +0,0 @@
# This directory is meant to be empty, except for config.yml.template
*
!config.yml.template

@ -1,2 +0,0 @@
# This directory is meant to be empty
*

@ -1,3 +0,0 @@
# This directory is meant to be empty, except for DummyPlugin.php
*
!DummyPlugin.php

2
themes/.gitignore vendored

@ -1,2 +0,0 @@
# This directory is meant to be empty
*
Loading…
Cancel
Save