1 Star 0 Fork 2

编程语言算法集 / Elixir

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Oskar Niburski 提交于 2019-11-22 00:00 . feat(docs): Add base elixir file
# The directory Mix will write compiled artifacts to.
/_build/
# If you run "mix test --cover", coverage assets end up here.
/cover/
# The directory Mix downloads your dependencies sources to.
/deps/
# Where third-party dependencies like ExDoc output generated docs.
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
# Ignore package tarball (built via "mix hex.build").
algorithims-*.tar
1
https://gitee.com/TheAlgorithms/Elixir.git
git@gitee.com:TheAlgorithms/Elixir.git
TheAlgorithms
Elixir
Elixir
master

搜索帮助