Make git behave

This commit is contained in:
2025-01-21 12:53:35 +09:00
parent 89efd84d5e
commit b6c41ff2f8
2 changed files with 22 additions and 3 deletions
+15 -3
View File
@@ -1,3 +1,15 @@
ebin/
deps/
.eunit
deps
*.o
*.beam
*.plt
*.swp
erl_crash.dump
ebin/*.beam
doc/*.html
doc/*.css
doc/edoc-info
doc/erlang.png
rel/example_project
.concrete/DEV_MODE
.rebar
+7
View File
@@ -0,0 +1,7 @@
{application,erl_base58,
[{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.1"},
{modules,[base58]}]}.