Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
meequrox committed May 10, 2024
1 parent d5e7dbe commit b538fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.idea/
.elixir_ls/
double_gis_monitor.iml
run.sh

# The directory Mix will write compiled artifacts to.
/_build/
Expand All @@ -26,7 +27,7 @@ erl_crash.dump
*.ez

# Ignore package tarball (built via "mix hex.build").
webrtp-*.tar
double_gis_monitor-*.tar

# Temporary files for e.g. tests
/tmp
Expand All @@ -39,6 +40,3 @@ compose/db

# Mnesia files
Mnesia.*@*/

# Private config
# config/private.exs
2 changes: 1 addition & 1 deletion compose/example.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# For a description, see config/config.exs file.
# For a description, see config/runtime.exs file.

# Project DATABASE configuration
POSTGRES_DB="double_gis_monitor_repo"
Expand Down

0 comments on commit b538fd7

Please sign in to comment.