akkoma/.gitignore

31 lines
594 B
Plaintext
Raw Normal View History

2017-03-17 16:09:58 +00:00
# App artifacts
/_build
/db
/deps
/*.ez
2017-03-30 12:34:34 +00:00
/uploads
/test/uploads
2018-04-24 19:18:23 +00:00
/.elixir_ls
2017-03-17 16:09:58 +00:00
# Prevent committing custom emojis
/priv/static/emoji/custom/*
2017-03-17 16:09:58 +00:00
# Generated on crash by the VM
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
# Database setup file, some may forget to delete it
/config/setup_db.psql
2018-04-24 19:18:23 +00:00
.DS_Store
2018-06-07 04:26:44 +00:00
.env
# Editor config
/.vscode