mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-09 05:05:55 +08:00
Remove unused test files
This commit is contained in:
parent
1f97f42f07
commit
18718f13be
3 changed files with 0 additions and 23 deletions
1
test/support/project/.gitignore
vendored
1
test/support/project/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/_build/
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
defmodule Project do
|
||||
def hello, do: "hello"
|
||||
end
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
defmodule Project.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
def project do
|
||||
[
|
||||
app: :project,
|
||||
version: "0.1.0",
|
||||
elixir: "~> 1.11",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
deps: []
|
||||
]
|
||||
end
|
||||
|
||||
def application do
|
||||
[
|
||||
extra_applications: [:logger]
|
||||
]
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue