Skip to content

Commit

Permalink
mix phx.new
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Nov 14, 2023
1 parent 3f92973 commit bee428c
Show file tree
Hide file tree
Showing 1,224 changed files with 4,715 additions and 39,730 deletions.
13 changes: 0 additions & 13 deletions .dockerignore

This file was deleted.

89 changes: 0 additions & 89 deletions .drone.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
import_deps: [:ecto, :phoenix, :absinthe],
inputs: ["*.{ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{ex,exs}"],
subdirectories: ["priv/*/migrations"]
import_deps: [:ecto, :ecto_sql, :phoenix],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/user-story.md

This file was deleted.

34 changes: 10 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,19 @@ erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez

# Temporary files, for example, from tests.
/tmp/

# Ignore package tarball (built via "mix hex.build").
radiator-*.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/
# Ignore assets that are produced by build tools.
/priv/static/assets/

# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets files as long as you replace their contents by environment
# variables.
/config/*.secret.exs
# Ignore digested assets cache.
/priv/static/cache_manifest.json

# local VS Code configs
.vscode

# local Elixir Language Server cache
.elixir_ls

.DS_Store
# In case you use Node.js/npm, you want to ignore these.
npm-debug.log
/assets/node_modules/

81 changes: 0 additions & 81 deletions .iex.exs

This file was deleted.

54 changes: 0 additions & 54 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit bee428c

Please sign in to comment.