diff options
author | typer <[email protected]> | 2020-11-02 03:10:43 -0800 |
---|---|---|
committer | typer <[email protected]> | 2020-11-02 03:10:43 -0800 |
commit | 3fc81ee2a738b502a1a1f1e365745e3be5a780bd (patch) | |
tree | 02a0fdfd0780f46c19538c9ae56ef346a29177d0 /.gitignore | |
parent | f1eb5754d67975663f29e2205157e4ad162e5cac (diff) | |
download | monkeytype-3fc81ee2a738b502a1a1f1e365745e3be5a780bd.tar.gz monkeytype-3fc81ee2a738b502a1a1f1e365745e3be5a780bd.zip |
moved static files back to public
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 512388258..2f65e55b7 100644 --- a/.gitignore +++ b/.gitignore @@ -79,4 +79,4 @@ functions/serviceAccountKey_copy.json functions/serviceAccountKey_live_copy.json #generated files -public/ +dist/ |