Skip to content

Commit 7f283d9

Browse files
Merge pull request #204 from CodeForPhilly/develop
laddr v3.0.0-beta.2
2 parents f757d25 + 341df5c commit 7f283d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+380
-131
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
files = [
3+
"*/**",
4+
"!php-config/Git.config.d/"
5+
]
6+
before = "laddr"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
files = [
3+
"*/**",
4+
"!php-config/Git.config.d/"
5+
]
6+
before = "laddr"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
files = [
3+
"*/**",
4+
"!php-config/Git.config.d/"
5+
]
6+
before = "laddr"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
files = [
3+
"*/**",
4+
"!php-config/Git.config.d/"
5+
]
6+
before = "laddr"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
files = [
3+
"*/**",
4+
"!.vscode/",
5+
"!docs/"
6+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[holomapping]
2+
root = "css"
3+
files = [
4+
"bootstrap-combobox.css"
5+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[holomapping]
2+
root = "dist/css"
3+
files = [
4+
"select2.css"
5+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[holomapping]
2+
root = "js"
3+
files = [
4+
"bootstrap-combobox.js"
5+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[holomapping]
2+
root = "dist/js"
3+
files = [
4+
"select2.js"
5+
]
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[holomapping]
2-
files = "*/**"
2+
files = [
3+
"*/**",
4+
"!php-config/Git.config.d/"
5+
]
36
after = "skeleton-v2"
47
before = "laddr"

0 commit comments

Comments
 (0)