diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 17:23:17 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 17:23:17 -0600 |
commit | f6b262ea668bfaef48be40efb809e791258e2417 (patch) | |
tree | 260cc539adf551576f28c0af1b1dcdb456958c00 /.gitignore | |
parent | d9943b201d98a2396d62b9a190659e2e776da019 (diff) | |
download | aggiedit-f6b262ea668bfaef48be40efb809e791258e2417.tar.gz aggiedit-f6b262ea668bfaef48be40efb809e791258e2417.zip |
Updates to frontend and fix a bug where first socket assignment failed
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,5 +4,6 @@ erl_crash.dump *.ez /assets/node_modules/ -/priv/static/ +/priv/static/uploads +/priv/static/assets /deps |