-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (29 loc) · 946 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# The directory Mix will write compiled artifacts to.
/server/_build/
# If you run "mix test --cover", coverage assets end up here.
/server/cover/
# The directory Mix downloads your dependencies sources to.
/server/deps/
# Where 3rd-party dependencies like ExDoc output generated docs.
/server/doc/
/server/.elixir_ls/
# Ignore .fetch files in case you like to edit your project deps locally.
/server/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
/server/erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
/server/*.ez
# Ignore package tarball (built via "mix hex.build").
/server/mave_metrics-*.tar
# Ignore assets that are produced by build tools.
/server/priv/static/assets/
# Ignore digested assets cache.
/server/priv/static/cache_manifest.json
# In case you use Node.js/npm, you want to ignore these.
npm-debug.log
_pgdata
node_modules
.DS_Store
/client/dist/
.env
.envrc