Ignore release files

This commit is contained in:
Logan Hunt 2022-04-22 17:18:35 -06:00
parent 2e38fdc8bb
commit 893af13e3c
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1
5 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ erl_crash.dump
/priv/static/uploads
/priv/static/assets
/deps
/rel

View File

@ -1,3 +0,0 @@
#!/bin/sh
cd -P -- "$(dirname -- "$0")"
exec ./aggiedit eval Aggiedit.Release.migrate

View File

@ -1 +0,0 @@
call "%~dp0\aggiedit" eval Aggiedit.Release.migrate

View File

@ -1,3 +0,0 @@
#!/bin/sh
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./aggiedit start

View File

@ -1,2 +0,0 @@
set PHX_SERVER=true
call "%~dp0\aggiedit" start