Fix Nix build by removing accidentally committed build artifacts
- Remove server/_build/ and server/deps/ from git tracking - Update .gitignore to properly ignore server build directories - These directories caused symlink conflicts in Nix build 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b6769abbe9
commit
289bb00f82
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,11 +1,11 @@
|
|||||||
# The directory Mix will write compiled artifacts to.
|
# The directory Mix will write compiled artifacts to.
|
||||||
/_build/
|
server/_build/
|
||||||
|
|
||||||
# If you run "mix test --cover", coverage assets end up here.
|
# If you run "mix test --cover", coverage assets end up here.
|
||||||
/cover/
|
server/cover/
|
||||||
|
|
||||||
# The directory Mix downloads your dependencies sources to.
|
# The directory Mix downloads your dependencies sources to.
|
||||||
/deps/
|
server/deps/
|
||||||
|
|
||||||
# Where third-party dependencies like ExDoc output generated docs.
|
# Where third-party dependencies like ExDoc output generated docs.
|
||||||
/doc/
|
/doc/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,10 +0,0 @@
|
|||||||
{application,gen_state_machine,
|
|
||||||
[{modules,['Elixir.GenStateMachine',
|
|
||||||
'Elixir.GenStateMachine.Application',
|
|
||||||
'Elixir.GenStateMachine.Translator']},
|
|
||||||
{optional_applications,[]},
|
|
||||||
{applications,[kernel,stdlib,elixir,logger]},
|
|
||||||
{description,"An Elixir wrapper for gen_statem."},
|
|
||||||
{registered,[]},
|
|
||||||
{vsn,"3.0.0"},
|
|
||||||
{mod,{'Elixir.GenStateMachine.Application',[]}}]}.
|
|
||||||
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,26 +0,0 @@
|
|||||||
{application,jason,
|
|
||||||
[{modules,['Elixir.Enumerable.Jason.OrderedObject',
|
|
||||||
'Elixir.Jason','Elixir.Jason.Codegen',
|
|
||||||
'Elixir.Jason.DecodeError','Elixir.Jason.Decoder',
|
|
||||||
'Elixir.Jason.Decoder.Unescape','Elixir.Jason.Encode',
|
|
||||||
'Elixir.Jason.EncodeError','Elixir.Jason.Encoder',
|
|
||||||
'Elixir.Jason.Encoder.Any',
|
|
||||||
'Elixir.Jason.Encoder.Atom',
|
|
||||||
'Elixir.Jason.Encoder.BitString',
|
|
||||||
'Elixir.Jason.Encoder.Date',
|
|
||||||
'Elixir.Jason.Encoder.DateTime',
|
|
||||||
'Elixir.Jason.Encoder.Float',
|
|
||||||
'Elixir.Jason.Encoder.Integer',
|
|
||||||
'Elixir.Jason.Encoder.Jason.Fragment',
|
|
||||||
'Elixir.Jason.Encoder.Jason.OrderedObject',
|
|
||||||
'Elixir.Jason.Encoder.List',
|
|
||||||
'Elixir.Jason.Encoder.Map',
|
|
||||||
'Elixir.Jason.Encoder.NaiveDateTime',
|
|
||||||
'Elixir.Jason.Encoder.Time','Elixir.Jason.Formatter',
|
|
||||||
'Elixir.Jason.Fragment','Elixir.Jason.Helpers',
|
|
||||||
'Elixir.Jason.OrderedObject','Elixir.Jason.Sigil']},
|
|
||||||
{optional_applications,[decimal]},
|
|
||||||
{applications,[kernel,stdlib,elixir,decimal]},
|
|
||||||
{description,"A blazing fast JSON parser and generator in pure Elixir.\n"},
|
|
||||||
{registered,[]},
|
|
||||||
{vsn,"1.4.4"}]}.
|
|
||||||
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,9 +0,0 @@
|
|||||||
{application,systant,
|
|
||||||
[{modules,['Elixir.Systant','Elixir.Systant.Application',
|
|
||||||
'Elixir.Systant.MqttClient']},
|
|
||||||
{optional_applications,[]},
|
|
||||||
{applications,[kernel,stdlib,elixir,logger,tortoise,jason]},
|
|
||||||
{description,"systant"},
|
|
||||||
{registered,[]},
|
|
||||||
{vsn,"0.1.0"},
|
|
||||||
{mod,{'Elixir.Systant.Application',[]}}]}.
|
|
||||||
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.
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 New Issue
Block a user