We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75aa6 commit 1a38cfeCopy full SHA for 1a38cfe
.holo/branches/emergence-site/_codeforphilly.toml
@@ -1,7 +1,16 @@
1
[holomapping]
2
files = [
3
"*/**",
4
- "!cypress/**",
5
- "!script/**",
+
+ # exclude CI and developer assets
6
+ "!.github/",
7
+ "!.vscode/",
8
+ "!cypress/",
9
+ "!docs/",
10
+ "!fixtures/",
11
+ "!habitat/",
12
+ "!helm-chart/",
13
+ "!php-config/Git.config.d/",
14
+ "!script/",
15
]
16
after = "*"
.holo/branches/emergence-site/_laddr.toml
@@ -1,3 +1,4 @@
-files = "*/**"
+holosource="=>emergence-skeleton"
+files = "**"
before = "*"
.holo/sources/laddr.toml
@@ -1,3 +1,3 @@
[holosource]
url = "https://github.com/CodeForPhilly/laddr"
-ref = "refs/heads/emergence/skeleton/v3"
+ref = "refs/tags/v3.0.1"
0 commit comments