chore: Remove build and deps from core source tree
This commit is contained in:
parent
6cb1f186e9
commit
1159dff7be
2244 changed files with 39 additions and 189114 deletions
37
apps/core/.gitignore
vendored
Normal file
37
apps/core/.gitignore
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
# 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 3rd-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").
|
||||
legendary-*.tar
|
||||
|
||||
# If NPM crashes, it generates a log, let's ignore it too.
|
||||
npm-debug.log
|
||||
|
||||
# The directory NPM downloads your dependencies sources to.
|
||||
/assets/node_modules/
|
||||
|
||||
# Since we are building assets from assets/,
|
||||
# we ignore priv/static. You may want to comment
|
||||
# this depending on your deployment strategy.
|
||||
/priv/static/
|
||||
|
||||
# Lock file for Brew, since the versions aren't really stable & isolated anyway
|
||||
Brewfile.lock.json
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
{application,connection,
|
||||
[{applications,[kernel,stdlib,elixir]},
|
||||
{description,"Connection behaviour for connection processes\n"},
|
||||
{modules,['Elixir.Connection']},
|
||||
{registered,[]},
|
||||
{vsn,"1.0.4"}]}.
|
|
@ -1 +0,0 @@
|
|||
priv/gettext/en/LC_MESSAGES/errors.po
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,21 +0,0 @@
|
|||
{application,core,
|
||||
[{applications,[kernel,stdlib,elixir,logger,runtime_tools,
|
||||
gettext,telemetry_metrics,telemetry_poller,jason,
|
||||
postgrex,ecto_sql,phoenix_html,plug_cowboy,
|
||||
phoenix,phoenix_live_reload,
|
||||
phoenix_live_dashboard,phoenix_ecto]},
|
||||
{description,"core"},
|
||||
{modules,['Elixir.Core','Elixir.Core.Application',
|
||||
'Elixir.Core.Repo','Elixir.CoreWeb',
|
||||
'Elixir.CoreWeb.Endpoint',
|
||||
'Elixir.CoreWeb.ErrorHelpers',
|
||||
'Elixir.CoreWeb.ErrorView','Elixir.CoreWeb.Gettext',
|
||||
'Elixir.CoreWeb.LayoutView',
|
||||
'Elixir.CoreWeb.PageController',
|
||||
'Elixir.CoreWeb.PageView','Elixir.CoreWeb.Router',
|
||||
'Elixir.CoreWeb.Router.Helpers',
|
||||
'Elixir.CoreWeb.Telemetry',
|
||||
'Elixir.CoreWeb.UserSocket']},
|
||||
{registered,[]},
|
||||
{vsn,"0.1.0"},
|
||||
{mod,{'Elixir.Core.Application',[]}}]}.
|
|
@ -1 +0,0 @@
|
|||
../../../../priv
|
|
@ -1 +0,0 @@
|
|||
../../../../deps/cowboy/ebin
|
|
@ -1,5 +0,0 @@
|
|||
{deps,[{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.9.1"}},
|
||||
{ranch,".*",{git,"https://github.com/ninenines/ranch","1.7.1"}}]}.
|
||||
{erl_opts,[debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,
|
||||
warn_missing_spec,warn_untyped_record]}.
|
||||
{overrides,[]}.
|
|
@ -1 +0,0 @@
|
|||
../../../../deps/cowlib/ebin
|
|
@ -1 +0,0 @@
|
|||
../../../../deps/cowlib/include
|
|
@ -1 +0,0 @@
|
|||
{overrides,[]}.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,27 +0,0 @@
|
|||
{application,db_connection,
|
||||
[{applications,[kernel,stdlib,elixir,logger,connection]},
|
||||
{description,"Database connection behaviour for database transactions and connection pooling\n"},
|
||||
{modules,['Elixir.DBConnection','Elixir.DBConnection.App',
|
||||
'Elixir.DBConnection.Backoff',
|
||||
'Elixir.DBConnection.Connection',
|
||||
'Elixir.DBConnection.ConnectionError',
|
||||
'Elixir.DBConnection.ConnectionPool',
|
||||
'Elixir.DBConnection.ConnectionPool.Pool',
|
||||
'Elixir.DBConnection.EncodeError',
|
||||
'Elixir.DBConnection.Holder',
|
||||
'Elixir.DBConnection.LogEntry',
|
||||
'Elixir.DBConnection.Ownership',
|
||||
'Elixir.DBConnection.Ownership.Manager',
|
||||
'Elixir.DBConnection.Ownership.Proxy',
|
||||
'Elixir.DBConnection.OwnershipError',
|
||||
'Elixir.DBConnection.PrepareStream',
|
||||
'Elixir.DBConnection.Query',
|
||||
'Elixir.DBConnection.Stream',
|
||||
'Elixir.DBConnection.Task',
|
||||
'Elixir.DBConnection.TransactionError',
|
||||
'Elixir.DBConnection.Watcher',
|
||||
'Elixir.Enumerable.DBConnection.PrepareStream',
|
||||
'Elixir.Enumerable.DBConnection.Stream']},
|
||||
{registered,[]},
|
||||
{vsn,"2.2.2"},
|
||||
{mod,{'Elixir.DBConnection.App',[]}}]}.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,9 +0,0 @@
|
|||
{application,decimal,
|
||||
[{applications,[kernel,stdlib,elixir]},
|
||||
{description,"Arbitrary precision decimal arithmetic."},
|
||||
{modules,['Elixir.Decimal','Elixir.Decimal.Context',
|
||||
'Elixir.Decimal.Error','Elixir.Decimal.Macros',
|
||||
'Elixir.Inspect.Decimal',
|
||||
'Elixir.String.Chars.Decimal']},
|
||||
{registered,[]},
|
||||
{vsn,"1.8.1"}]}.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue