Compare commits
No commits in common. "93562715728d8f4a6c69d0e74f45ca9f54189a75" and "09aa82578710d82dd7dc482febe32991be0ea307" have entirely different histories.
9356271572
...
09aa825787
0
.build/clean.sh
Normal file → Executable file
0
.build/clean.sh
Normal file → Executable file
0
.build/deploy-branch.sh
Normal file → Executable file
0
.build/deploy-branch.sh
Normal file → Executable file
0
.build/deploy-release.sh
Normal file → Executable file
0
.build/deploy-release.sh
Normal file → Executable file
0
.build/install.sh
Normal file → Executable file
0
.build/install.sh
Normal file → Executable file
0
.build/release.sh
Normal file → Executable file
0
.build/release.sh
Normal file → Executable file
2
assets/.gitignore
vendored
Normal file
2
assets/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# This directory is meant to be empty
|
||||
*
|
3
config/.gitignore
vendored
Normal file
3
config/.gitignore
vendored
Normal 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
2
content/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# This directory is meant to be empty
|
||||
*
|
3
plugins/.gitignore
vendored
Normal file
3
plugins/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# This directory is meant to be empty, except for DummyPlugin.php
|
||||
*
|
||||
!DummyPlugin.php
|
2
themes/.gitignore
vendored
Normal file
2
themes/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# This directory is meant to be empty
|
||||
*
|
Loading…
x
Reference in New Issue
Block a user