Skip to content

Commit

Permalink
Clean up ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Jul 27, 2023
1 parent 53ad9e7 commit 7c6f015
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 31 deletions.
5 changes: 1 addition & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ ui/.next/
ui/out/

# deps
ui/node_modules/

### misc
.DS_Store
ui/node_modules/
46 changes: 19 additions & 27 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,36 @@
# App artifacts
/_build
/db
/deps
/*.ez
# The directory Mix will write compiled artifacts to.
/_build/

/rel
# If you run "mix test --cover", coverage assets end up here.
/cover/

node_modules/
# The directory Mix downloads your dependencies sources to.
/deps/

.vscode/
# Where 3rd-party dependencies like ExDoc output generated docs.
/doc/

# Generated on crash by the VM
# 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

# 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
# Also ignore archive artifacts (built via "mix archive.build").
*.ez

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

assets/src/config/
# Ignore package tarball (built via "mix hex.build").
hello-*.tar

# Ignore assets that are produced by build tools.
/priv/static/assets/

# Ignore digested assets cache.
/priv/static/cache_manifest.json

# Webstorm
.idea/

bash /

docker/

*.log

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

0 comments on commit 7c6f015

Please sign in to comment.