Skip to content

Commit baefaff

Browse files
committed
Added config-sample.json and .gitignore config.json to prep for grunt-wordpress integration
1 parent 58da84d commit baefaff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ output/
22
tmp/*
33
tmp
44
order.json
5+
config.json
56
.DS_Store

config-sample.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "dev.learn.jquery.com",
3+
"username": "admin",
4+
"password": "secret"
5+
}

0 commit comments

Comments
 (0)