Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / .gitignore
1 # App artifacts
2 /_build
3 /db
4 /deps
5 /*.ez
6
7 # Generated on crash by the VM
8 erl_crash.dump
9
10 # Static artifacts
11 /node_modules
12
13 # Since we are building assets from web/static,
14 # we ignore priv/static. You may want to comment
15 # this depending on your deployment strategy.
16 /priv/static/
17
18 # The config/prod.secret.exs file by default contains sensitive
19 # data and you should not commit it into version control.
20 #
21 # Alternatively, you may comment the line below and commit the
22 # secrets file as long as you replace its contents by environment
23 # variables.
24 /config/prod.secret.exs
25
26 *~