jiapeng 7 years ago
parent
commit
50c93078f8
2 changed files with 11 additions and 0 deletions
  1. 8 0
      build_cfg/ekexiu_build.json
  2. 3 0
      build_cfg/ekexiu_build_dev.json

+ 8 - 0
build_cfg/ekexiu_build.json

@ -0,0 +1,8 @@
1
{
2
  "handleFiles": [],
3
  "ignoreFiles": [
4
    "/build_cfg/**/*",
5
    "/**/.git/**/*",
6
    "/**/.gitignore"
7
  ]
8
}

+ 3 - 0
build_cfg/ekexiu_build_dev.json

@ -0,0 +1,3 @@
1
{
2
	"version": "dev-20170518"
3
}