diff options
author | syn <isaqtm@gmail.com> | 2021-03-08 20:11:17 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-03-08 20:11:17 +0300 |
commit | 82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7 (patch) | |
tree | 1f1a5b02549d65565237bb3362253f7d5486228b /.gitignore | |
download | upnet-82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7.tar.gz |
mvp
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78acc42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vscode/ +front/node_modules/ +backenv/ +back/__pycache__/ + |