diff options
author | syn <isaqtm@gmail.com> | 2021-03-08 21:23:24 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-03-08 21:23:24 +0300 |
commit | 2f38658f5d86a199a1066341883aa69bd6e49828 (patch) | |
tree | 6493c73076c2fdef371d40d285197499505db604 /.gitignore | |
parent | 82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7 (diff) | |
download | upnet-2f38658f5d86a199a1066341883aa69bd6e49828.tar.gz |
Improve build process
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ front/node_modules/ backenv/ back/__pycache__/ - +front/dist/ |