瀏覽代碼

Maintain my own file list for hex

Apparently hex only includes some files by default but not others
rather than a sane default of anything except for VCS directories. So
now I also get to maintain a list of files in my .app.src.
preencode-sketch
Paul J. Davis 8 年之前
父節點
當前提交
79feaa5747
共有 1 個文件被更改,包括 13 次插入1 次删除
  1. +13
    -1
      src/jiffy.app.src

+ 13
- 1
src/jiffy.app.src 查看文件

@ -5,5 +5,17 @@
{applications, [kernel, stdlib]},
{maintainers, ["Paul J. Davis"]},
{licenses, ["MIT", "BSD"]},
{links, [{"GitHub", "https://github.com/davisp/jiffy"}]}
{links, [{"GitHub", "https://github.com/davisp/jiffy"}]},
{files, [
"LICENSE",
"Makefile",
"README.md",
"c_src",
"enc",
"plugins",
"rebar.config",
"rebar.config.script",
"src",
"test"
]}
]}.

Loading…
取消
儲存