Compare commits

..

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

10 changed files with 12 additions and 0 deletions

0
.build/clean.sh Normal file → Executable file
View File

0
.build/deploy-branch.sh Normal file → Executable file
View File

0
.build/deploy-release.sh Normal file → Executable file
View File

0
.build/install.sh Normal file → Executable file
View File

0
.build/release.sh Normal file → Executable file
View File

2
assets/.gitignore vendored Normal file
View File

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

3
config/.gitignore vendored Normal file
View File

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

2
content/.gitignore vendored Normal file
View File

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

3
plugins/.gitignore vendored Normal file
View File

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

2
themes/.gitignore vendored Normal file
View File

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