Skip to content

Commit

Permalink
Docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fmterrorf committed Jul 13, 2023
1 parent d751960 commit e7e9b56
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# flyctl launch added from .gitignore
# 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 third-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").
**/funbunn-*.tar

# Temporary files, for example, from tests.
tmp

**/funbunn_store
fly.toml

0 comments on commit e7e9b56

Please sign in to comment.