Update .dockerignore and .gitignore
This commit is contained in:
@@ -33,12 +33,15 @@
|
|||||||
/.shellcheckrc
|
/.shellcheckrc
|
||||||
.credo.exs
|
.credo.exs
|
||||||
.formatter.exs
|
.formatter.exs
|
||||||
|
.sobelow-conf
|
||||||
|
|
||||||
compose.yaml
|
compose.yaml
|
||||||
|
Dockerfile
|
||||||
|
|
||||||
# Mix artifacts
|
# Mix artifacts
|
||||||
/_build/
|
/_build/
|
||||||
/deps/
|
/deps/
|
||||||
|
/.fetch
|
||||||
*.ez
|
*.ez
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
@@ -68,3 +71,8 @@ CLAUDE.md
|
|||||||
/mise.toml
|
/mise.toml
|
||||||
/mise.local.toml
|
/mise.local.toml
|
||||||
/.tool-versions
|
/.tool-versions
|
||||||
|
/.lexical
|
||||||
|
.env.example
|
||||||
|
|
||||||
|
# Benchmarks
|
||||||
|
/bench
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ erl_crash.dump
|
|||||||
# Temporary files, for example, from tests.
|
# Temporary files, for example, from tests.
|
||||||
/tmp/
|
/tmp/
|
||||||
|
|
||||||
# Ignore package tarball (built via "mix hex.build").
|
|
||||||
music_library-*.tar
|
|
||||||
|
|
||||||
# Ignore assets that are produced by build tools.
|
# Ignore assets that are produced by build tools.
|
||||||
/priv/static/assets/
|
/priv/static/assets/
|
||||||
|
|
||||||
@@ -45,6 +42,4 @@ npm-debug.log
|
|||||||
# LSP Servers
|
# LSP Servers
|
||||||
/.lexical
|
/.lexical
|
||||||
|
|
||||||
# Database files in priv directory
|
|
||||||
priv/**/*.db
|
|
||||||
/.expert
|
/.expert
|
||||||
|
|||||||
Reference in New Issue
Block a user