diff --git a/.gitignore b/.gitignore index f096383..963ebf6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ **/erl_crash.dump !priv/.gitignore !examples/myapp/.gitignore +docs/** diff --git a/Makefile b/Makefile index 2047f39..48368d4 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ etest: clean: rm -rf _build + rm -rf docs publish: doc rebar3 as publish hex publish --doc-dir docs