Skip to content

Commit e4bb16c

Browse files
Merge pull request #207 from CodeForPhilly/develop
Release: laddr v3.0.0-beta.5
2 parents 0e63801 + c8763dc commit e4bb16c

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[holomapping]
22
files = [
33
"*/**",
4-
"!php-config/Git.config.d/"
4+
"!php-config/Git.config.d/",
5+
"!sencha-workspace/ext/**/rtl/**",
6+
"!sencha-workspace/ext/**/test/**",
7+
"!sencha-workspace/ext/classic/theme-aria/**",
8+
"!sencha-workspace/ext/classic/theme-classic/**",
9+
"!sencha-workspace/ext/classic/theme-classic-sandbox/**",
10+
"!sencha-workspace/ext/classic/theme-gray/**",
11+
"!sencha-workspace/ext/modern/theme-*/**"
512
]
613
before = "*"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[holobranch]
2+
extend = "emergence-site"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[holomapping]
2+
files = "*/**"

.holo/sources/layer-vfs.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[holosource]
2+
url = "https://github.com/EmergencePlatform/layer-vfs.git"
3+
ref = "refs/heads/emergence/layer"

0 commit comments

Comments
 (0)