updates gitignore and adds Readme

This commit is contained in:
Raphael Maenle 2021-12-05 00:42:08 +01:00
commit de81aaaef7
2 changed files with 16 additions and 1 deletions

10
.gitignore vendored
View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
# The directory Mix will write compiled artifacts to. # The directory Mix will write compiled artifacts to.
/_build/ /_build/
@ -32,3 +33,12 @@ bump-*.tar
npm-debug.log npm-debug.log
/assets/node_modules/ /assets/node_modules/
# erlang compiler file
*.beam
# elixir language server file
.elixir_ls/
# secret information
/config/*.secret.exs

View File

@ -1,4 +1,9 @@
# Bump # Bump Server
Bump Server is an elixir based rest server that is used to communicate messages between clients
# Setup
To start your Phoenix server: To start your Phoenix server: